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