[BOOT:LIB] Declare global variables in bootlib.h

This commit is contained in:
2024-10-06 08:04:40 -04:00
parent 67ab5dc5d4
commit 620ede5862
4 changed files with 34 additions and 9 deletions

View File

@@ -23,8 +23,6 @@ Abstract:
#define IA32_EFER_MSR 0xC0000080
#define IA32_EFER_LME (1 << 10)
extern ULONG BlPlatformFlags;
extern PBOOT_FIRMWARE_DATA EfiFirmwareParameters;
EXECUTION_CONTEXT ApplicationExecutionContext;
EXECUTION_CONTEXT FirmwareExecutionContext;
PEXECUTION_CONTEXT CurrentExecutionContext;