Rename Protocol->Register() to Protocol->Install()
This commit is contained in:
@@ -204,7 +204,7 @@ BlRegisterBootProtocol(IN PWCHAR SystemType,
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlRegisterProtocol(IN PEFI_GUID Guid,
|
||||
BlInstallProtocol(IN PEFI_GUID Guid,
|
||||
IN PVOID Interface);
|
||||
|
||||
XTCDECL
|
||||
@@ -345,6 +345,10 @@ BlpInitializeSerialPort(IN ULONG PortNumber,
|
||||
IN ULONG PortAddress,
|
||||
IN ULONG BaudRate);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlpInstallXtLoaderProtocol();
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlpLoadConfiguration();
|
||||
@@ -368,10 +372,6 @@ BlpReadConfigFile(IN CONST PWCHAR ConfigDirectory,
|
||||
IN CONST PWCHAR ConfigFile,
|
||||
OUT PCHAR *ConfigData);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BlpRegisterXtLoaderProtocol();
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BlpStringFormat(IN BLPRINTCHAR PrintCharRoutine,
|
||||
|
Reference in New Issue
Block a user