diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-11-17 10:11:44 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-11-17 10:11:44 +0000 |
commit | 780e05caecb89bb1be8a4deefb6392384e46594d (patch) | |
tree | 8b2c83b093d8906d65f62baeda99c646b748bd0e /MdeModulePkg/Include/Library/UefiBootManagerLib.h | |
parent | ccb66799e390788fbdb1e5ae74984957717a9c0e (diff) | |
download | edk2-platforms-780e05caecb89bb1be8a4deefb6392384e46594d.tar.xz |
MdeModulePkg: Add Platform recovery support
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18859 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Library/UefiBootManagerLib.h')
-rw-r--r-- | MdeModulePkg/Include/Library/UefiBootManagerLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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;
|