]> git.proxmox.com Git - mirror_edk2.git/blame - StandaloneMmPkg/Include/Guid/MmFvDispatch.h
StandaloneMmPkg/Core: Implementation of Standalone MM Core Module.
[mirror_edk2.git] / StandaloneMmPkg / Include / Guid / MmFvDispatch.h
CommitLineData
6b46d772
SV
1/** @file\r
2 GUIDs for MM Event.\r
3\r
4Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>\r
6\r
7This program and the accompanying materials are licensed and made available under\r
8the terms and conditions of the BSD License that accompanies this distribution.\r
9The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php.\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __MM_FV_DISPATCH_H__\r
18#define __MM_FV_DISPATCH_H__\r
19\r
20#define MM_FV_DISPATCH_GUID \\r
21 { 0xb65694cc, 0x9e3, 0x4c3b, { 0xb5, 0xcd, 0x5, 0xf4, 0x4d, 0x3c, 0xdb, 0xff }}\r
22\r
23extern EFI_GUID gMmFvDispatchGuid;\r
24\r
25#pragma pack(1)\r
26\r
27typedef struct {\r
28 EFI_PHYSICAL_ADDRESS Address;\r
29 UINT64 Size;\r
30} EFI_MM_COMMUNICATE_FV_DISPATCH_DATA;\r
31\r
32typedef struct {\r
33 EFI_GUID HeaderGuid;\r
34 UINTN MessageLength;\r
35 EFI_MM_COMMUNICATE_FV_DISPATCH_DATA Data;\r
36} EFI_MM_COMMUNICATE_FV_DISPATCH;\r
37#pragma pack()\r
38\r
39#endif\r