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
458 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. common.h
  5. Abstract:
  6. common header for OHCI miniport
  7. Environment:
  8. Kernel mode
  9. Revision History:
  10. 12-31-99 : created jdunn
  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 "openhci.h"
  20. #include "dbg.h"
  21. #include "usbohci.h"
  22. #endif //COMMON_H