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

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