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

/*++
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"