Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
406 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. miaslign.c
  5. Abstract:
  6. This module implements __misaligned_access().
  7. Author:
  8. Forrest Foltz (forrestf) 26-Jun-2002
  9. Revision History:
  10. --*/
  11. #include "ntrtlp.h"
  12. VOID
  13. __misaligned_access (
  14. IN PVOID Address,
  15. IN LONG Size,
  16. IN LONG Alignment,
  17. IN BOOLEAN Write
  18. )
  19. {
  20. }