usbhub.h 766 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*++
  2. Copyright (c) 2013 Minoca Corp. All Rights Reserved
  3. Module Name:
  4. usbhub.h
  5. Abstract:
  6. This header contains definitions for the USB Hub driver.
  7. Author:
  8. Evan Green 16-Jan-2013
  9. --*/
  10. //
  11. // ------------------------------------------------------------------- Includes
  12. //
  13. //
  14. // ---------------------------------------------------------------- Definitions
  15. //
  16. //
  17. // Define the USB Hub allocation tag.
  18. //
  19. #define USB_HUB_ALLOCATION_TAG 0x48627355 // 'HbsU'
  20. //
  21. // ------------------------------------------------------ Data Type Definitions
  22. //
  23. //
  24. // -------------------------------------------------------------------- Globals
  25. //
  26. extern PDRIVER UsbHubDriver;
  27. //
  28. // -------------------------------------------------------- Function Prototypes
  29. //