]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/HiiBootMaintenanceFormset.h
MdeModulePkg SmiHandlerProfile: Use fixed data type in data structure
[mirror_edk2.git] / MdeModulePkg / Include / Guid / HiiBootMaintenanceFormset.h
CommitLineData
143f0b1d
ED
1/** @file\r
2 Guid definition for Boot Maintainence Formset.\r
3\r
4Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15\r
16#ifndef __HII_BOOT_MAINTENANCE_FORMSET_H__\r
17#define __HII_BOOT_MAINTENANCE_FORMSET_H__\r
18\r
19///\r
20/// Guid define to group the item show on the Boot Menaintenance Manager Menu.\r
21///\r
22#define EFI_IFR_BOOT_MAINTENANCE_GUID \\r
23 { 0xb2dedc91, 0xd59f, 0x48d2, { 0x89, 0x8a, 0x12, 0x49, 0xc, 0x74, 0xa4, 0xe0 } }\r
24\r
25\r
26extern EFI_GUID gEfiIfrBootMaintenanceGuid;\r
27\r
28#endif\r