]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/Include/Guid/BootState.h
fef191b22e86777b274811f4b9c95a8caf2ba03c
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Guid / BootState.h
1 /** @file
2 GUID for use conveying the boot-state to PEI.
3
4 Copyright (c) 2010, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14 #ifndef _BOOT_STATE_H_
15 #define _BOOT_STATE_H_
16
17 #define EFI_BOOT_STATE_VARIABLE_GUID \
18 { 0x60b5e939, 0xfcf, 0x4227, { 0xba, 0x83, 0x6b, 0xbe, 0xd4, 0x5b, 0xc0, 0xe3 } }
19
20 extern EFI_GUID gEfiBootStateGuid;
21
22 #endif