]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/SystemNvDataGuid.h
Update to include Crc32SectionExtract.h
[mirror_edk2.git] / MdeModulePkg / Include / Guid / SystemNvDataGuid.h
CommitLineData
88f20127 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
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
27 {0xfff12b8d, 0x7696, 0x4c8b, {0xa9, 0x85, 0x27, 0x47, 0x7, 0x5b, 0x4f, 0x50} }\r
28\r
29#define EFI_SYSTEM_NV_DATA_HOB_GUID \\r
30 {0xd6e5092d, 0xc7b2, 0x4872, {0xaf, 0x66, 0xfd, 0xc0, 0xe6, 0xf9, 0x5e, 0x78} }\r
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