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.

38 lines
468 B

  1. /*++
  2. Copyright (c) 1999, 2000 Microsoft Corporation
  3. Module Name:
  4. pch.h
  5. Abstract:
  6. Precompiled header file.
  7. Environment:
  8. Kernel & user mode
  9. Revision History:
  10. 1-1-00 : created
  11. --*/
  12. #ifndef __COMMON_H__
  13. #define __COMMON_H__
  14. #include "wdm.h"
  15. #include "stdarg.h"
  16. #include "stdio.h"
  17. #include "usb.h"
  18. #include "usbhcdi.h"
  19. #include "uhci.h"
  20. #include "dbg.h"
  21. #include "usbuhci.h"
  22. #endif // __COMMON_H__