mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
svn path=/trunk/; revision=18512
This commit is contained in:
parent
f9f5eb9f29
commit
5afbfdd6e1
1 changed files with 5 additions and 0 deletions
|
@ -3402,6 +3402,11 @@ typedef struct _IO_STACK_LOCATION {
|
|||
#define SL_INVOKE_ON_SUCCESS 0x40
|
||||
#define SL_INVOKE_ON_ERROR 0x80
|
||||
|
||||
/* IO_STACK_LOCATION.Parameters.ReadWriteControl.WhichSpace */
|
||||
|
||||
#define PCI_WHICHSPACE_CONFIG 0x0
|
||||
#define PCI_WHICHSPACE_ROM 0x52696350 /* 'PciR' */
|
||||
|
||||
typedef enum _KEY_INFORMATION_CLASS {
|
||||
KeyBasicInformation,
|
||||
KeyNodeInformation,
|
||||
|
|
Loading…
Reference in a new issue