mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
Add definition of PI_RESOURCE_ARBITER_ENTRY.
svn path=/trunk/; revision=16836
This commit is contained in:
parent
6d7b5426e7
commit
f99da74356
1 changed files with 14 additions and 0 deletions
|
@ -213,6 +213,20 @@ typedef struct _DEVICE_NODE
|
||||||
ULONG Address;
|
ULONG Address;
|
||||||
} DEVICE_NODE, *PDEVICE_NODE;
|
} DEVICE_NODE, *PDEVICE_NODE;
|
||||||
|
|
||||||
|
typedef struct _PI_RESOURCE_ARBITER_ENTRY
|
||||||
|
{
|
||||||
|
LIST_ENTRY DeviceArbiterList;
|
||||||
|
UCHAR ResourceType;
|
||||||
|
PARBITER_INTERFACE ArbiterInterface;
|
||||||
|
ULONG Level;
|
||||||
|
LIST_ENTRY ResourceList;
|
||||||
|
LIST_ENTRY BestResourceList;
|
||||||
|
LIST_ENTRY BestConfig;
|
||||||
|
LIST_ENTRY ActiveArbiterList;
|
||||||
|
UCHAR State;
|
||||||
|
UCHAR ResourcesChanged;
|
||||||
|
} PI_RESOURCE_ARBITER_ENTRY, *PPI_RESOURCE_ARBITER_ENTRY;
|
||||||
|
|
||||||
typedef struct _DEVOBJ_EXTENSION
|
typedef struct _DEVOBJ_EXTENSION
|
||||||
{
|
{
|
||||||
CSHORT Type;
|
CSHORT Type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue