X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBootMaintenanceManagerUiLib%2FBootMaintenanceManager.h;h=b482bf28923a546d603efb1ae92a9f9f8f1471d4;hp=24526e1096757ffbc945086856a2376c97a76be2;hb=2ba36b2f0ea77661a4a3dcce6785df49be20698d;hpb=3a2718d74eb38e33be8b1d493bd84840f5cc3729 diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h index 24526e1096..b482bf2892 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h @@ -1,7 +1,7 @@ /** @file Header file for boot maintenance module. -Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -268,24 +268,15 @@ typedef struct { typedef struct { BOOLEAN IsBootNext; - BOOLEAN LoadOptionModified; BOOLEAN Deleted; BOOLEAN IsLegacy; - BOOLEAN IsActive; - BOOLEAN ForceReconnect; - UINTN OptionalDataSize; - - UINTN LoadOptionSize; - UINT8 *LoadOption; UINT32 Attributes; UINT16 FilePathListLength; UINT16 *Description; EFI_DEVICE_PATH_PROTOCOL *FilePathList; UINT8 *OptionalData; - - UINT16 BbsIndex; } BM_LOAD_CONTEXT; typedef struct {