diff options
Diffstat (limited to 'MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h')
-rw-r--r-- | MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h index c1514c3..b261d76 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h +++ b/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h @@ -92,8 +92,6 @@ typedef enum { BmMessageSataBoot,
BmMessageUsbBoot,
BmMessageScsiBoot,
- BmMessageNetworkBoot,
- BmMessageHttpBoot,
BmMiscBoot
} BM_BOOT_TYPE;
|