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