/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: UrsGlobals.h Abstract: URS global definitions. Environment: Kernel-mode. --*/ // // NOTE: This header is generated by stubwork. Please make any // modifications to the corresponding template files // (.x or .y) and use stubwork to regenerate the header // #ifndef _URSGLOBALS_H_ #define _URSGLOBALS_H_ #ifndef WDF_EXTERN_C #ifdef __cplusplus #define WDF_EXTERN_C extern "C" #define WDF_EXTERN_C_START extern "C" { #define WDF_EXTERN_C_END } #else #define WDF_EXTERN_C #define WDF_EXTERN_C_START #define WDF_EXTERN_C_END #endif #endif WDF_EXTERN_C_START typedef struct _URS_DRIVER_GLOBALS { ULONG Reserved; } URS_DRIVER_GLOBALS, *PURS_DRIVER_GLOBALS; WDF_EXTERN_C_END #endif // _URSGLOBALS_H_