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.

56 lines
878 B

  1. /*++
  2. Copyright (c) 1996 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 PCMCIA project.
  9. Author(s):
  10. Ravisankar Pudipeddi (ravisp) 1-Dec-1997
  11. Environment:
  12. Kernel mode only
  13. Notes:
  14. Revision History:
  15. --*/
  16. #ifndef _PCMCIA_PCH_H_
  17. #define _PCMCIA_PCH_H_
  18. #include "ntosp.h"
  19. #include <zwapi.h>
  20. #include <initguid.h>
  21. #include "mf.h"
  22. #include "ntddpcm.h"
  23. #include "pciintrf.h"
  24. #include "wdmguid.h"
  25. #include <stdarg.h>
  26. #include <stdio.h>
  27. #include "data.h"
  28. #include "tuple.h"
  29. #include "string.h"
  30. #include "pcmcia.h"
  31. #include "card.h"
  32. #include "extern.h"
  33. #include "pcicfg.h"
  34. #include "exca.h"
  35. #include "cb.h"
  36. #include "tcic2.h"
  37. #include "dbsocket.h"
  38. #include "tcicext.h"
  39. #include "pcmciamc.h"
  40. #include "debug.h"
  41. #endif // _PCMCIA_PCH_H_