Source code of Windows XP (NT5)
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.

36 lines
408 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. GLOBALS.C
  5. Abstract:
  6. This module's only purpose is to host global variables defined in usbhub.h.
  7. Author:
  8. John Lee
  9. Environment:
  10. kernel mode only
  11. Notes:
  12. Revision History:
  13. 2-2-96 : created
  14. --*/
  15. #include <wdm.h>
  16. #ifdef WMI_SUPPORT
  17. #include <wmilib.h>
  18. #endif /* WMI_SUPPORT */
  19. #define HOST_GLOBALS
  20. #include "usbhub.h"