mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceAction*. CORE-10456
This commit is contained in:
parent
bc826532e3
commit
121146e651
3 changed files with 31 additions and 31 deletions
|
@ -1339,8 +1339,8 @@ extern ULONG IopNumTriageDumpDataBlocks;
|
|||
extern PVOID IopTriageDumpDataBlocks[64];
|
||||
extern PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList;
|
||||
extern PDRIVER_OBJECT IopRootDriverObject;
|
||||
extern KSPIN_LOCK IopDeviceRelationsSpinLock;
|
||||
extern LIST_ENTRY IopDeviceRelationsRequestList;
|
||||
extern KSPIN_LOCK IopDeviceActionLock;
|
||||
extern LIST_ENTRY IopDeviceActionRequestList;
|
||||
extern RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator;
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue