]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Include/Guid/MemoryConfigData.h
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Include / Guid / MemoryConfigData.h
1 /** @file
2 Define a GUID name for GUID HOB which is used to pass Memory
3 Configuration Data information to different modules.
4
5 Copyright (c) 2013-2015 Intel Corporation.
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9 **/
10
11 #ifndef _MEMORY_CONFIG_DATA_H_
12 #define _MEMORY_CONFIG_DATA_H_
13
14 #define EFI_MEMORY_CONFIG_DATA_GUID \
15 { \
16 0x80dbd530, 0xb74c, 0x4f11, {0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 } \
17 }
18
19 #define EFI_MEMORY_CONFIG_DATA_NAME L"MemoryConfig"
20
21 extern EFI_GUID gEfiMemoryConfigDataGuid;
22
23 #endif