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