[NTOSKRNL] Declare IoRemoteBootClient in internal headers

This commit is contained in:
Pierre Schweitzer 2019-10-21 14:16:58 +02:00
parent 16fcf694ef
commit 80cc287cf6
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -18,7 +18,6 @@
UNICODE_STRING IoArcHalDeviceName, IoArcBootDeviceName;
PCHAR IoLoaderArcBootDeviceName;
extern BOOLEAN IoRemoteBootClient;
/* FUNCTIONS *****************************************************************/