Source code of Windows XP (NT5)
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.

59 lines
692 B

  1. /*++ BUILD Version: 0002
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. iop.h
  5. Abstract:
  6. This module contains the private structure definitions and APIs used by
  7. the NT I/O system.
  8. Author:
  9. Darryl E. Havens (darrylh) 17-Apr-1989
  10. Revision History:
  11. --*/
  12. #ifndef _IOP_
  13. #define _IOP_
  14. #include "ntos.h"
  15. #include "iopcmn.h"
  16. #include "ioverifier.h"
  17. #include "zwapi.h"
  18. #include "stdio.h"
  19. #include "stdlib.h"
  20. #include "string.h"
  21. #if 0
  22. extern ULONG BreakDiskByteOffset;
  23. extern ULONG BreakPfn;
  24. extern ULONG IoDeviceHandlerObjectSize;
  25. #if defined(REMOTE_BOOT)
  26. VOID
  27. IopShutdownCsc (
  28. VOID
  29. );
  30. #endif
  31. //
  32. // dump support routines
  33. //
  34. #endif
  35. #endif // _IOP_