]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/HdBootVariable.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / HdBootVariable.h
CommitLineData
e24fc103
LG
1/** @file\r
2 GUID used as EFI Variable for the device path of Boot file on HardDevice.\r
0a6f4824
LG
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
e24fc103 7The full text of the license may be found at\r
0a6f4824 8http://opensource.org/licenses/bsd-license.php.\r
e24fc103 9\r
0a6f4824 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
e24fc103
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __HD_DEVICE_PATH_VARIABLE_GUID_H__\r
16#define __HD_DEVICE_PATH_VARIABLE_GUID_H__\r
17\r
18///\r
19/// This GUID is used for an EFI Variable that stores the front device pathes\r
20/// for a partial device path that starts with the HD node.\r
21///\r
22#define HD_BOOT_DEVICE_PATH_VARIABLE_GUID \\r
23 { \\r
24 0xfab7e9e1, 0x39dd, 0x4f2b, { 0x84, 0x8, 0xe2, 0xe, 0x90, 0x6c, 0xb6, 0xde } \\r
25 }\r
26\r
27#define HD_BOOT_DEVICE_PATH_VARIABLE_NAME L"HDDP"\r
28\r
29extern EFI_GUID gHdBootDevicePathVariablGuid;\r
30\r
31#endif\r