]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/HdBootVariable.h
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[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
c0a00b14 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
e24fc103
LG
6\r
7**/\r
8\r
9#ifndef __HD_DEVICE_PATH_VARIABLE_GUID_H__\r
10#define __HD_DEVICE_PATH_VARIABLE_GUID_H__\r
11\r
12///\r
13/// This GUID is used for an EFI Variable that stores the front device pathes\r
14/// for a partial device path that starts with the HD node.\r
15///\r
16#define HD_BOOT_DEVICE_PATH_VARIABLE_GUID \\r
17 { \\r
18 0xfab7e9e1, 0x39dd, 0x4f2b, { 0x84, 0x8, 0xe2, 0xe, 0x90, 0x6c, 0xb6, 0xde } \\r
19 }\r
20\r
21#define HD_BOOT_DEVICE_PATH_VARIABLE_NAME L"HDDP"\r
22\r
23extern EFI_GUID gHdBootDevicePathVariablGuid;\r
24\r
25#endif\r