TianoCore EDK2 master
Loading...
Searching...
No Matches
MmFvDispatch.h
Go to the documentation of this file.
1
11#ifndef __MM_FV_DISPATCH_H__
12#define __MM_FV_DISPATCH_H__
13
14#define MM_FV_DISPATCH_GUID \
15 { 0xb65694cc, 0x9e3, 0x4c3b, { 0xb5, 0xcd, 0x5, 0xf4, 0x4d, 0x3c, 0xdb, 0xff }}
16
17extern EFI_GUID gMmFvDispatchGuid;
18
19#pragma pack(1)
20
21typedef struct {
23 UINT64 Size;
25
26typedef struct {
27 EFI_GUID HeaderGuid;
28 UINTN MessageLength;
31#pragma pack()
32
33#endif
UINT64 UINTN
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
Definition: Base.h:213