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.

56 lines
908 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. PCH.H
  5. Abstract:
  6. This module includes all the headers which need
  7. to be precompiled & are included by all the source
  8. files in the SD project.
  9. Author(s):
  10. Neil Sandlin (neilsa) Jan 1 2002
  11. Environment:
  12. Kernel mode only
  13. Notes:
  14. Revision History:
  15. --*/
  16. #ifndef _SDBUS_PCH_H_
  17. #define _SDBUS_PCH_H_
  18. #include "ntosp.h"
  19. #include <zwapi.h>
  20. #include <initguid.h>
  21. #include "ntddsd.h"
  22. #include "wdmguid.h"
  23. #include <stdarg.h>
  24. #include <stdio.h>
  25. #include "string.h"
  26. #include "sdbuslib.h"
  27. #include "sdcard.h"
  28. #include "sdbus.h"
  29. #include "wake.h"
  30. #include "workeng.h"
  31. #include "workproc.h"
  32. #include "power.h"
  33. #include "utils.h"
  34. #include "data.h"
  35. #include "tuple.h"
  36. #include "extern.h"
  37. #include "pcicfg.h"
  38. //#include "sdbusmc.h"
  39. #include "debug.h"
  40. #endif // _SDBUS_PCH_H_