Add PCI_WHICHSPACE_CONFIG and PCI_WHICHSPACE_ROM constants
Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h 2005-10-17 11:49:36 UTC (rev 18511) +++ trunk/reactos/w32api/include/ddk/winddk.h 2005-10-17 12:02:31 UTC (rev 18512) @@ -3402,6 +3402,11 @@
#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,