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.

45 lines
738 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation All Rights Reserved
  3. Module Name:
  4. hpsp.h
  5. Abstract:
  6. This header file contains the private structure and function
  7. declarations for the hotplugsim driver
  8. Environment:
  9. Kernel Mode
  10. Revision History:
  11. Davis Walker (dwalker) Sept 8 2000
  12. --*/
  13. #ifndef HPSP_H
  14. #define HPSP_H
  15. //#include <ntos.h>
  16. //#include <ntrtl.h>
  17. #include <ntddk.h>
  18. //#include <pci.h>
  19. #include "shpc.h"
  20. #include "interface.h"
  21. #include "hpsim.h"
  22. #include "hptest.h"
  23. #include "simguid.h"
  24. #include "wdmguid.h"
  25. #include "wmilib.h"
  26. #include "wmistr.h"
  27. #include "acpiioct.h"
  28. #include "spci.h"
  29. #include "hpwmi.h"
  30. #include "hpsstruct.h"
  31. #include "hpsfunc.h"
  32. #endif