ReactOS 0.4.15-dev-7788-g1ad9096
irphandlerspriv.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 irphandlerspriv.hpp
8
9Abstract:
10
11 Private header for irphandlers.
12
13Author:
14
15
16
17Environment:
18
19 Both kernel and user mode
20
21Revision History:
22
23--*/
24
25extern "C" {
26#include "mx.h"
27}
28
29#include "fxmin.hpp"
30
31#if (FX_CORE_MODE == FX_CORE_USER_MODE)
32#include "wdmdefs.h"
33#include "fxirpum.hpp"
34#else
35#include "fxirpkm.hpp"
36#endif
37
38#include "fxirp.hpp"