mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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 LIST_ENTRY IopDeviceActionRequestList;
|
||||
extern RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator;
|
||||
extern BOOLEAN IoRemoteBootClient;
|
||||
|
||||
//
|
||||
// Inlined Functions
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
UNICODE_STRING IoArcHalDeviceName, IoArcBootDeviceName;
|
||||
PCHAR IoLoaderArcBootDeviceName;
|
||||
extern BOOLEAN IoRemoteBootClient;
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue