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.

43 lines
773 B

  1. #ifndef __COMMON_H__
  2. #define __COMMON_H__
  3. #include "wdm.h"
  4. #include <windef.h>
  5. #include <unknown.h>
  6. #ifdef DRM_SUPPORT
  7. #include <ks.h>
  8. #include <ksmedia.h>
  9. #include <drmk.h>
  10. #endif
  11. #include <initguid.h>
  12. #include <wdmguid.h>
  13. #include "..\USB2LIB\usb2lib.h"
  14. #include "usb.h"
  15. #include "usbhcdi.h"
  16. #include "dbg.h"
  17. // <begin> special debug defines
  18. //#define ISO_LOG
  19. //#define TRACK_IRPS
  20. // <end> special debug defines
  21. // include all bus interfaces
  22. #include "usbbusif.h"
  23. #include "hubbusif.h"
  24. // inclulde ioctl defs for port drivers
  25. #include "usbkern.h"
  26. #include "usbuser.h"
  27. // include iodefs for client drivers
  28. #include "usbdrivr.h"
  29. #include "usbport.h"
  30. #include "prototyp.h"
  31. #include "enumlog.h"
  32. #endif //__COMMON_H__