]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Guid/MemoryConfigData.h
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / MemoryConfigData.h
CommitLineData
b303605e
MK
1/** @file\r
2Define a GUID name for GUID HOB which is used to pass Memory\r
3Configuration Data information to different modules.\r
4\r
5Copyright (c) 2013-2015 Intel Corporation.\r
6\r
7This 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
15**/\r
16\r
17#ifndef _MEMORY_CONFIG_DATA_H_\r
18#define _MEMORY_CONFIG_DATA_H_\r
19\r
20#define EFI_MEMORY_CONFIG_DATA_GUID \\r
21 { \\r
22 0x80dbd530, 0xb74c, 0x4f11, {0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 } \\r
23 }\r
24\r
25#define EFI_MEMORY_CONFIG_DATA_NAME L"MemoryConfig"\r
26\r
27extern EFI_GUID gEfiMemoryConfigDataGuid;\r
28\r
29#endif\r