]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
NetworkPkg: Add UEFI HTTP boot driver.
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / MemoryConfigData.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15\r
16Module Name:\r
17\r
18 MemoryConfigData.h\r
19\r
20Abstract:\r
21\r
22 GUID used for Memory Configuration Data entries in the HOB list.\r
23\r
24--*/\r
25\r
26#ifndef _MEMORY_CONFIG_DATA_GUID_H_\r
27#define _MEMORY_CONFIG_DATA_GUID_H_\r
28\r
29#define EFI_MEMORY_CONFIG_DATA_GUID \\r
30 { \\r
31 0x80dbd530, 0xb74c, 0x4f11, 0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 \\r
32 }\r
33\r
34extern EFI_GUID gEfiMemoryConfigDataGuid;\r
35extern CHAR16 EfiMemoryConfigVariable[];\r
36\r
37#endif\r