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