summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/MmBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/MmBase.h')
-rw-r--r--MdePkg/Include/Protocol/MmBase.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/MmBase.h b/MdePkg/Include/Protocol/MmBase.h
index 1e1d7b7eaa..fa0310fce6 100644
--- a/MdePkg/Include/Protocol/MmBase.h
+++ b/MdePkg/Include/Protocol/MmBase.h
@@ -19,7 +19,7 @@
0xf4ccbfb7, 0xf6e0, 0x47fd, {0x9d, 0xd4, 0x10, 0xa8, 0xf1, 0x50, 0xc1, 0x91 } \
}
-typedef struct _EFI_MM_BASE_PROTOCOL EFI_MM_BASE_PROTOCOL;
+typedef struct _EFI_MM_BASE_PROTOCOL EFI_MM_BASE_PROTOCOL;
/**
Service to indicate whether the driver is currently executing in the MM Initialization phase.
@@ -71,11 +71,10 @@ EFI_STATUS
/// services and determine whether the driver is being invoked inside MMRAM or outside of MMRAM.
///
struct _EFI_MM_BASE_PROTOCOL {
- EFI_MM_INSIDE_OUT InMm;
- EFI_MM_GET_MMST_LOCATION GetMmstLocation;
+ EFI_MM_INSIDE_OUT InMm;
+ EFI_MM_GET_MMST_LOCATION GetMmstLocation;
};
-extern EFI_GUID gEfiMmBaseProtocolGuid;
+extern EFI_GUID gEfiMmBaseProtocolGuid;
#endif
-