summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/MmCommunication.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/MmCommunication.h')
-rw-r--r--MdePkg/Include/Protocol/MmCommunication.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/MmCommunication.h b/MdePkg/Include/Protocol/MmCommunication.h
index 34c3e2b5a9..0ccb989020 100644
--- a/MdePkg/Include/Protocol/MmCommunication.h
+++ b/MdePkg/Include/Protocol/MmCommunication.h
@@ -22,15 +22,15 @@ typedef struct {
///
/// Allows for disambiguation of the message format.
///
- EFI_GUID HeaderGuid;
+ EFI_GUID HeaderGuid;
///
/// Describes the size of Data (in bytes) and does not include the size of the header.
///
- UINTN MessageLength;
+ UINTN MessageLength;
///
/// Designates an array of bytes that is MessageLength in size.
///
- UINT8 Data[1];
+ UINT8 Data[1];
} EFI_MM_COMMUNICATE_HEADER;
#pragma pack()
@@ -40,7 +40,7 @@ typedef struct {
0xc68ed8e2, 0x9dc6, 0x4cbd, { 0x9d, 0x94, 0xdb, 0x65, 0xac, 0xc5, 0xc3, 0x32 } \
}
-typedef struct _EFI_MM_COMMUNICATION_PROTOCOL EFI_MM_COMMUNICATION_PROTOCOL;
+typedef struct _EFI_MM_COMMUNICATION_PROTOCOL EFI_MM_COMMUNICATION_PROTOCOL;
/**
Communicates with a registered handler.
@@ -78,10 +78,9 @@ EFI_STATUS
/// between DXE drivers and a registered MMI handler.
///
struct _EFI_MM_COMMUNICATION_PROTOCOL {
- EFI_MM_COMMUNICATE Communicate;
+ EFI_MM_COMMUNICATE Communicate;
};
-extern EFI_GUID gEfiMmCommunicationProtocolGuid;
+extern EFI_GUID gEfiMmCommunicationProtocolGuid;
#endif
-