]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h
MdeModulePkg: Refine the code in BootMaintenanceManagerUiLib
[mirror_edk2.git] / MdeModulePkg / Library / BootMaintenanceManagerUiLib / BootMaintenanceManager.h
index 24526e1096757ffbc945086856a2376c97a76be2..b482bf28923a546d603efb1ae92a9f9f8f1471d4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Header file for boot maintenance module.\r
 \r
-Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -268,24 +268,15 @@ typedef struct {
 \r
 typedef struct {\r
   BOOLEAN                   IsBootNext;\r
-  BOOLEAN                   LoadOptionModified;\r
   BOOLEAN                   Deleted;\r
 \r
   BOOLEAN                   IsLegacy;\r
-  BOOLEAN                   IsActive;\r
-  BOOLEAN                   ForceReconnect;\r
-  UINTN                     OptionalDataSize;\r
-\r
-  UINTN                     LoadOptionSize;\r
-  UINT8                     *LoadOption;\r
 \r
   UINT32                    Attributes;\r
   UINT16                    FilePathListLength;\r
   UINT16                    *Description;\r
   EFI_DEVICE_PATH_PROTOCOL  *FilePathList;\r
   UINT8                     *OptionalData;\r
-\r
-  UINT16                    BbsIndex;\r
 } BM_LOAD_CONTEXT;\r
 \r
 typedef struct {\r