]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/HdBootVariable.h
ShellPkg: acpiview: Make '-h' option not require a parameter
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / HdBootVariable.h
1 /** @file
2 GUID used as EFI Variable for the device path of Boot file on HardDevice.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __HD_DEVICE_PATH_VARIABLE_GUID_H__
10 #define __HD_DEVICE_PATH_VARIABLE_GUID_H__
11
12 ///
13 /// This GUID is used for an EFI Variable that stores the front device pathes
14 /// for a partial device path that starts with the HD node.
15 ///
16 #define HD_BOOT_DEVICE_PATH_VARIABLE_GUID \
17 { \
18 0xfab7e9e1, 0x39dd, 0x4f2b, { 0x84, 0x8, 0xe2, 0xe, 0x90, 0x6c, 0xb6, 0xde } \
19 }
20
21 #define HD_BOOT_DEVICE_PATH_VARIABLE_NAME L"HDDP"
22
23 extern EFI_GUID gHdBootDevicePathVariablGuid;
24
25 #endif