]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/SystemNvDataHobGuid.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / SystemNvDataHobGuid.h
CommitLineData
b303605e
MK
1/** @file\r
2GUIDs used for System Non Volatile HOB entries in the in the HOB list and FV Guids carrying\r
3the System specific information.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
0eb3de2e 7SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
8\r
9**/\r
10\r
11#ifndef _SYSTEM_NV_DATA_HOB_GUID_H_\r
12#define _SYSTEM_NV_DATA_HOB_GUID_H_\r
13\r
14#define EFI_SYSTEM_NV_DATA_HOB_GUID \\r
15 {0xd6e5092d, 0xc7b2, 0x4872, {0xaf, 0x66, 0xfd, 0xc0, 0xe6, 0xf9, 0x5e, 0x78}}\r
16\r
17typedef struct {\r
18 EFI_GUID SystemNvDataHobGuid;\r
19 EFI_GUID SystemNvDataFvGuid;\r
20 EFI_LBA StartLba;\r
21 UINTN StartLbaOffset;\r
22 EFI_LBA EndLba;\r
23 UINTN EndLbaOffset;\r
24 UINT32 DataTypeSignature;\r
25} NV_SYSTEM_DATA_GUID_TYPE;\r
26\r
27extern EFI_GUID gEfiSystemNvDataHobGuid;\r
28\r
29#endif\r