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