mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[NDK][XDK] Add 3 CM_RESOURCE_INTERRUPT_* defines (#2755)
This commit is contained in:
parent
82e4efea77
commit
aa6e11b549
2 changed files with 9 additions and 0 deletions
|
@ -259,6 +259,8 @@ typedef enum _CM_SHARE_DISPOSITION {
|
|||
#define CM_RESOURCE_INTERRUPT_LATCHED 0x0001
|
||||
#define CM_RESOURCE_INTERRUPT_MESSAGE 0x0002
|
||||
#define CM_RESOURCE_INTERRUPT_POLICY_INCLUDED 0x0004
|
||||
#define CM_RESOURCE_INTERRUPT_SECONDARY_INTERRUPT 0x0010
|
||||
#define CM_RESOURCE_INTERRUPT_WAKE_HINT 0x0020
|
||||
|
||||
#define CM_RESOURCE_INTERRUPT_LEVEL_LATCHED_BITS 0x0001
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue