ReactOS 0.4.15-dev-7924-g5949c20
wdfhwaccess.h
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation. All rights reserved.
4
5_WdfVersionBuild_
6
7Module Name:
8
9 wdfhwaccess.h
10
11Abstract:
12
13 This module contains contains the Windows Driver Framework hw access
14 interfaces.
15
16Environment:
17
18 User mode only
19
20Revision 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
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
73
74#endif // _WDFHWACCESS_H_
75
#define WDF_EXTERN_C_END
Definition: wdfhwaccess.h:42
#define WDF_EXTERN_C_START
Definition: wdfhwaccess.h:41