diff options
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;
|