]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Guid/SystemNvDataGuid/SystemNvDataGuid.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Guid / SystemNvDataGuid / SystemNvDataGuid.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials \r
3eb9473e 5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13 \r
14 SystemNvDataGuid.h\r
15 \r
16Abstract:\r
17\r
18 GUIDs used for System Non Volatile HOB entries in the in the HOB list and FV Guids carrying\r
19 the System specific information.\r
20\r
21--*/\r
22\r
23#ifndef _SYSTEM_NV_DATA_GUID_H_\r
24#define _SYSTEM_NV_DATA_GUID_H_\r
25\r
26#define EFI_SYSTEM_NV_DATA_FV_GUID \\r
7ccf38a3 27 {0xfff12b8d, 0x7696, 0x4c8b, {0xa9, 0x85, 0x27, 0x47, 0x7, 0x5b, 0x4f, 0x50}}\r
3eb9473e 28\r
29#define EFI_SYSTEM_NV_DATA_HOB_GUID \\r
7ccf38a3 30 {0xd6e5092d, 0xc7b2, 0x4872, {0xaf, 0x66, 0xfd, 0xc0, 0xe6, 0xf9, 0x5e, 0x78}}\r
3eb9473e 31\r
32typedef struct {\r
33 EFI_GUID SystemNvDataHobGuid;\r
34 EFI_GUID SystemNvDataFvGuid;\r
35 EFI_LBA StartLba; \r
36 UINTN StartLbaOffset;\r
37 EFI_LBA EndLba; \r
38 UINTN EndLbaOffset;\r
39 UINT32 DataTypeSignature;\r
40} NV_SYSTEM_DATA_GUID_TYPE;\r
41\r
42extern EFI_GUID gEfiSystemNvDataHobGuid;\r
43extern EFI_GUID gEfiSystemNvDataFvGuid;\r
44\r
45#endif\r