1 /*++ 2 3 Copyright (c) Microsoft Corporation. All rights reserved. 4 5 _WdfVersionBuild_ 6 7 Module Name: 8 9 wdfhwaccess.h 10 11 Abstract: 12 13 This module contains contains the Windows Driver Framework hw access 14 interfaces. 15 16 Environment: 17 18 User mode only 19 20 Revision History: 21 22 23 --*/ 24 25 // 26 // NOTE: This header is generated by stubwork. Please make any 27 // modifications to the corresponding template files 28 // (.x or .y) and use stubwork to regenerate the header 29 // 30 31 #ifndef _WDFHWACCESS_H_ 32 #define _WDFHWACCESS_H_ 33 34 #ifndef WDF_EXTERN_C 35 #ifdef __cplusplus 36 #define WDF_EXTERN_C extern "C" 37 #define WDF_EXTERN_C_START extern "C" { 38 #define WDF_EXTERN_C_END } 39 #else 40 #define WDF_EXTERN_C 41 #define WDF_EXTERN_C_START 42 #define WDF_EXTERN_C_END 43 #endif 44 #endif 45 46 WDF_EXTERN_C_START 47 48 49 50 #if (NTDDI_VERSION >= NTDDI_WIN2K) 51 52 53 54 // 55 // Types 56 // 57 58 59 // 60 // Functions for HwAccess 61 // 62 63 64 65 66 67 68 #endif // (NTDDI_VERSION >= NTDDI_WIN2K) 69 70 71 72 WDF_EXTERN_C_END 73 74 #endif // _WDFHWACCESS_H_ 75 76