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