]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/AlternateFvBlock.h
Add the support of GUID opcode which enable SetupBrowser to support IFR generated...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / AlternateFvBlock.h
1 /** @file
2
3 This file defines the Alternate Firmware Volume Block Guid, which is
4 used to specify that the additional FVB protocol is installed into FVB handle.
5
6 Copyright (c) 2006 - 2008, Intel Corporation
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 **/
16
17 #ifndef __ALT_FVB_GUID_H__
18 #define __ALT_FVB_GUID_H__
19
20 #define EFI_ALTERNATE_FV_BLOCK_GUID \
21 { \
22 0xf496922d, 0x172f, 0x4bbc, {0xa1, 0xeb, 0xe, 0xeb, 0x94, 0x9c, 0x34, 0x86 } \
23 }
24
25 extern EFI_GUID gEfiAlternateFvBlockGuid;
26
27 #endif