]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Include/Guid/AlternateFvBlock.h
retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot...
[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 full funcationality FVB protocol is installed
5 that support read, write and erase capability for block devices.
6
7 Copyright (c) 2006 - 2008, Intel Corporation
8 All rights reserved. This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16 **/
17
18 #ifndef __ALT_FVB_GUID_H__
19 #define __ALT_FVB_GUID_H__
20
21 #define EFI_ALTERNATE_FV_BLOCK_GUID \
22 { \
23 0xf496922d, 0x172f, 0x4bbc, {0xa1, 0xeb, 0xe, 0xeb, 0x94, 0x9c, 0x34, 0x86 } \
24 }
25
26 extern EFI_GUID gEfiAlternateFvBlockGuid;
27
28 #endif