mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:25:44 +00:00
[NTOSKRNL] Declare IoRemoteBootClient in internal headers
This commit is contained in:
parent
16fcf694ef
commit
80cc287cf6
2 changed files with 1 additions and 1 deletions
|
@ -1418,6 +1418,7 @@ extern PDRIVER_OBJECT IopRootDriverObject;
|
||||||
extern KSPIN_LOCK IopDeviceActionLock;
|
extern KSPIN_LOCK IopDeviceActionLock;
|
||||||
extern LIST_ENTRY IopDeviceActionRequestList;
|
extern LIST_ENTRY IopDeviceActionRequestList;
|
||||||
extern RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator;
|
extern RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator;
|
||||||
|
extern BOOLEAN IoRemoteBootClient;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Inlined Functions
|
// Inlined Functions
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
UNICODE_STRING IoArcHalDeviceName, IoArcBootDeviceName;
|
UNICODE_STRING IoArcHalDeviceName, IoArcBootDeviceName;
|
||||||
PCHAR IoLoaderArcBootDeviceName;
|
PCHAR IoLoaderArcBootDeviceName;
|
||||||
extern BOOLEAN IoRemoteBootClient;
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue