From 80b14f9a9941e8beea8f54e32f87ff8c5ad6a2c2 Mon Sep 17 00:00:00 2001 From: "Dong, Eric" Date: Wed, 18 May 2016 14:52:25 +0800 Subject: BootMaintenanceManagerUiLib: Remove invalid keyword "bds" In current code, BootMaintenanceManagerUiLib is not BDS scope. So we remove bds keyword in the function name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao --- .../Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h') diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h index b2db0965c0..0665c78d79 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h @@ -1143,8 +1143,7 @@ GetTerminalAttribute ( **/ EFI_STATUS -EFIAPI -BmmBdsSetConsoleMode ( +BmmSetConsoleMode ( BOOLEAN IsSetupMode ); -- cgit v1.2.3