ReactOS 0.4.15-dev-7953-g1f49173
fxinterruptum.hpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxInterruptUm.hpp
8
9Abstract:
10
11 This module implements a frameworks managed interrupt object
12
13Author:
14
15
16
17Environment:
18
19 User mode only
20
21Revision History:
22
23
24
25--*/
26#ifndef _FXINTERRUPTUM_H_
27#define _FXINTERRUPTUM_H_
28
29#include "FxInterrupt.hpp"
30
31__inline
32struct _KINTERRUPT*
34 VOID
35 )
36{
37 //
38 // m_Interrupt is always NULL in UMDF.
39 //
40 return NULL;
41}
42
43#endif // _FXINTERRUPTUM_H_
44
struct _KINTERRUPT * GetInterruptPtr(VOID)
#define NULL
Definition: types.h:112