diff options
Diffstat (limited to 'MdePkg/Include/Protocol/MmCommunication2.h')
-rw-r--r-- | MdePkg/Include/Protocol/MmCommunication2.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/MmCommunication2.h b/MdePkg/Include/Protocol/MmCommunication2.h index 05f56dcae5..3495a7327f 100644 --- a/MdePkg/Include/Protocol/MmCommunication2.h +++ b/MdePkg/Include/Protocol/MmCommunication2.h @@ -20,7 +20,7 @@ 0x378daedc, 0xf06b, 0x4446, { 0x83, 0x14, 0x40, 0xab, 0x93, 0x3c, 0x87, 0xa3 } \
}
-typedef struct _EFI_MM_COMMUNICATION2_PROTOCOL EFI_MM_COMMUNICATION2_PROTOCOL;
+typedef struct _EFI_MM_COMMUNICATION2_PROTOCOL EFI_MM_COMMUNICATION2_PROTOCOL;
/**
Communicates with a registered handler.
@@ -60,10 +60,9 @@ EFI_STATUS /// between DXE drivers and a registered MMI handler.
///
struct _EFI_MM_COMMUNICATION2_PROTOCOL {
- EFI_MM_COMMUNICATE2 Communicate;
+ EFI_MM_COMMUNICATE2 Communicate;
};
-extern EFI_GUID gEfiMmCommunication2ProtocolGuid;
+extern EFI_GUID gEfiMmCommunication2ProtocolGuid;
#endif
-
|