]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Include/Guid/MsegSmram.h
UefiCpuPkg: Add STM GUIDs, Protocols, and PCDs
[mirror_edk2.git] / UefiCpuPkg / Include / Guid / MsegSmram.h
diff --git a/UefiCpuPkg/Include/Guid/MsegSmram.h b/UefiCpuPkg/Include/Guid/MsegSmram.h
new file mode 100644 (file)
index 0000000..ab337c4
--- /dev/null
@@ -0,0 +1,30 @@
+/** @file\r
+\r
+  Defines the HOB GUID used to describe the MSEG memory region allocated in PEI.\r
+\r
+  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
+\r
+#ifndef _MSEG_SMRAM_H_\r
+#define _MSEG_SMRAM_H_\r
+\r
+#define MSEG_SMRAM_GUID \\r
+  { \\r
+    0x5802bce4, 0xeeee, 0x4e33, { 0xa1, 0x30, 0xeb, 0xad, 0x27, 0xf0, 0xe4, 0x39 } \\r
+  }\r
+\r
+extern EFI_GUID gMsegSmramGuid;\r
+\r
+//\r
+// The data portion of this HOB is type EFI_SMRAM_DESCRIPTOR\r
+//\r
+\r
+#endif\r