windows-nt/Source/XPSP1/NT/drivers/wdm/usb/driver/hub.pnp/globals.c
2020-09-26 16:20:57 +08:00

37 lines
408 B
C

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
GLOBALS.C
Abstract:
This module's only purpose is to host global variables defined in usbhub.h.
Author:
John Lee
Environment:
kernel mode only
Notes:
Revision History:
2-2-96 : created
--*/
#include <wdm.h>
#ifdef WMI_SUPPORT
#include <wmilib.h>
#endif /* WMI_SUPPORT */
#define HOST_GLOBALS
#include "usbhub.h"