]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / MemoryConfigData.h
diff --git a/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h b/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
new file mode 100644 (file)
index 0000000..6780b3f
--- /dev/null
@@ -0,0 +1,37 @@
+/*++\r
+\r
+  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
+                                                                                   \r\r
+  This program and the accompanying materials are licensed and made available under\r\r
+  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+  The full text of the license may be found at                                     \r\r
+  http://opensource.org/licenses/bsd-license.php.                                  \r\r
+                                                                                   \r\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+                                                                                   \r\r
+\r
+\r
+\r
+Module Name:\r
+\r
+  MemoryConfigData.h\r
+\r
+Abstract:\r
+\r
+  GUID used for Memory Configuration Data entries in the HOB list.\r
+\r
+--*/\r
+\r
+#ifndef _MEMORY_CONFIG_DATA_GUID_H_\r
+#define _MEMORY_CONFIG_DATA_GUID_H_\r
+\r
+#define EFI_MEMORY_CONFIG_DATA_GUID \\r
+  { \\r
+    0x80dbd530, 0xb74c, 0x4f11, 0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 \\r
+  }\r
+\r
+extern EFI_GUID gEfiMemoryConfigDataGuid;\r
+extern CHAR16   EfiMemoryConfigVariable[];\r
+\r
+#endif\r