]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Include/Guid/BootState.h
Fix Edk Tracker 206.
[mirror_edk2.git] / EdkModulePkg / Include / Guid / BootState.h
1 /*++
2
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 BootState.h
15
16 Abstract:
17
18 Constants and declarations that are common accross PEI and DXE.
19 --*/
20
21 #ifndef _BOOT_STATE_H_
22 #define _BOOT_STATE_H_
23
24 //
25 // BOOT STATE
26 //
27
28 typedef UINT32 EFI_BOOT_STATE;
29
30 #define BOOT_STATE_VARIABLE_NAME L"BootState"
31
32 #define EFI_BOOT_STATE_VARIABLE_GUID \
33 {0x60b5e939, 0xfcf, 0x4227, {0xba, 0x83, 0x6b, 0xbe, 0xd4, 0x5b, 0xc0, 0xe3} }
34
35 extern EFI_GUID gEfiBootStateGuid;
36 #endif