]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/BootState.h
Add the missing Guid header file.
[mirror_edk2.git] / MdeModulePkg / Include / Guid / BootState.h
CommitLineData
1e354c03 1/** @file\r
ebafc55b 2 This file defines variable name and variable GUID for boot state.\r
6426c8ff
LG
3 This variable is to mark if the machine has complete one boot cycle before.\r
4 After the complete boot, the variable BootState will be set to 1.\r
88f20127 5\r
1e354c03 6Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
88f20127 7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
1e354c03 15**/\r
88f20127 16\r
17#ifndef __BOOT_STATE_H__\r
18#define __BOOT_STATE_H__\r
19\r
88f20127 20typedef UINT32 EFI_BOOT_STATE;\r
21\r
22#define BOOT_STATE_VARIABLE_NAME L"BootState"\r
23\r
24#define EFI_BOOT_STATE_VARIABLE_GUID \\r
25 {0x60b5e939, 0xfcf, 0x4227, {0xba, 0x83, 0x6b, 0xbe, 0xd4, 0x5b, 0xc0, 0xe3} }\r
26\r
27extern EFI_GUID gEfiBootStateGuid;\r
28#endif\r