From 780e05caecb89bb1be8a4deefb6392384e46594d Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 17 Nov 2015 10:11:44 +0000 Subject: MdeModulePkg: Add Platform recovery support Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Sunny Wang git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18859 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Library/UefiBootManagerLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MdeModulePkg/Include/Library/UefiBootManagerLib.h') diff --git a/MdeModulePkg/Include/Library/UefiBootManagerLib.h b/MdeModulePkg/Include/Library/UefiBootManagerLib.h index 54a67130f3..afb4271e3d 100644 --- a/MdeModulePkg/Include/Library/UefiBootManagerLib.h +++ b/MdeModulePkg/Include/Library/UefiBootManagerLib.h @@ -31,6 +31,7 @@ typedef enum { LoadOptionTypeDriver, LoadOptionTypeSysPrep, LoadOptionTypeBoot, + LoadOptionTypePlatformRecovery, LoadOptionTypeMax } EFI_BOOT_MANAGER_LOAD_OPTION_TYPE; -- cgit v1.2.3