]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Include/Guid/MmFvDispatch.h
StandaloneMmPkg/Core: Implementation of Standalone MM Core Module.
[mirror_edk2.git] / StandaloneMmPkg / Include / Guid / MmFvDispatch.h
diff --git a/StandaloneMmPkg/Include/Guid/MmFvDispatch.h b/StandaloneMmPkg/Include/Guid/MmFvDispatch.h
new file mode 100644 (file)
index 0000000..d141d40
--- /dev/null
@@ -0,0 +1,39 @@
+/** @file\r
+  GUIDs for MM Event.\r
+\r
+Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
+\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
+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 __MM_FV_DISPATCH_H__\r
+#define __MM_FV_DISPATCH_H__\r
+\r
+#define MM_FV_DISPATCH_GUID \\r
+  { 0xb65694cc, 0x9e3, 0x4c3b, { 0xb5, 0xcd, 0x5, 0xf4, 0x4d, 0x3c, 0xdb, 0xff }}\r
+\r
+extern EFI_GUID gMmFvDispatchGuid;\r
+\r
+#pragma pack(1)\r
+\r
+typedef struct {\r
+  EFI_PHYSICAL_ADDRESS  Address;\r
+  UINT64                Size;\r
+} EFI_MM_COMMUNICATE_FV_DISPATCH_DATA;\r
+\r
+typedef struct {\r
+  EFI_GUID                              HeaderGuid;\r
+  UINTN                                 MessageLength;\r
+  EFI_MM_COMMUNICATE_FV_DISPATCH_DATA   Data;\r
+} EFI_MM_COMMUNICATE_FV_DISPATCH;\r
+#pragma pack()\r
+\r
+#endif\r