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.

39 lines
634 B

  1. /*++
  2. Copyright (c) 1991-1998 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Author:
  7. Neil Sandlin (neilsa) 26-Apr-99
  8. Environment:
  9. Kernel mode only.
  10. --*/
  11. //
  12. // Include files.
  13. //
  14. #include "stdio.h"
  15. #include <stdarg.h>
  16. #include "ntosp.h" // various NT definitions
  17. #include <zwapi.h>
  18. #include "ntdddisk.h" // disk device driver I/O control codes
  19. #include "initguid.h"
  20. #include "wdmguid.h"
  21. #include "ntddpcm.h"
  22. #include "mountdev.h"
  23. #include "acpiioct.h"
  24. #include <memcard.h> // this driver's data declarations
  25. #include <extern.h>
  26. #include <debug.h>