Refactor, part 7; register XTLDR protocol
This commit is contained in:
@@ -61,6 +61,11 @@ XTCDECL
|
||||
EFI_STATUS
|
||||
BlMemoryFreePool(IN PVOID Memory);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlOpenXtProtocol(OUT PVOID *ProtocolHandler,
|
||||
IN PEFI_GUID ProtocolGuid);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BlSleepExecution(IN ULONG_PTR Milliseconds);
|
||||
@@ -76,11 +81,11 @@ BlpActivateSerialIOController();
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BlpConfigParseCommandLine(VOID);
|
||||
BlpParseCommandLineOptions(VOID);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BlpConfigUpdateGlobalConfiguration(IN PWCHAR Options);
|
||||
BlpUpdateGlobalConfiguration(IN PWCHAR Options);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
@@ -108,6 +113,10 @@ BlpInitializeSerialPort(IN ULONG PortNumber,
|
||||
IN ULONG PortAddress,
|
||||
IN ULONG BaudRate);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlpRegisterXtLoaderProtocol();
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BlpStringFormat(IN BMPRINTCHAR PrintCharRoutine,
|
||||
|
Reference in New Issue
Block a user