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.

34 lines
593 B

  1. //
  2. // Template Driver
  3. // Copyright (c) Microsoft Corporation, 1999.
  4. //
  5. // Module: SectMap.h
  6. // Author: Daniel Mihai (DMihai)
  7. // Created: 6/19/1999 2:39pm
  8. //
  9. // This module contains tests for MmMapViewOfSection & MmMapViewInSystemSpace.
  10. //
  11. // --- History ---
  12. //
  13. // 6/19/1999 (DMihai): initial version.
  14. //
  15. #ifndef __BUGGY_RESRVMAP_H__
  16. #define __BUGGY_RESRVMAP_H__
  17. VOID
  18. TdReservedMappingCleanup(
  19. VOID
  20. );
  21. VOID
  22. TdReservedMappingSetSize(
  23. IN PVOID Irp
  24. );
  25. VOID
  26. TdReservedMappingDoRead(
  27. IN PVOID Irp
  28. );
  29. #endif //#ifndef __BUGGY_RESRVMAP_H__