mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[NDK]
Add missing interrupt resource descriptor flags. svn path=/trunk/; revision=52470
This commit is contained in:
@@ -110,6 +110,12 @@ typedef enum _CM_SHARE_DISPOSITION
|
||||
#define CM_RESOURCE_DMA_TYPE_B 0x0020
|
||||
#define CM_RESOURCE_DMA_TYPE_F 0x0040
|
||||
|
||||
//
|
||||
// Interrupt Resource Descriptor Flags
|
||||
//
|
||||
#define CM_RESOURCE_INTERRUPT_LEVEL_SENSITIVE 0x0000
|
||||
#define CM_RESOURCE_INTERRUPT_LATCHED 0x0001
|
||||
|
||||
//
|
||||
// NtInitializeRegistry Flags
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user