summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/MmControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/MmControl.h')
-rw-r--r--MdePkg/Include/Protocol/MmControl.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/MmControl.h b/MdePkg/Include/Protocol/MmControl.h
index c89ffea960..2cb5b9b52c 100644
--- a/MdePkg/Include/Protocol/MmControl.h
+++ b/MdePkg/Include/Protocol/MmControl.h
@@ -27,7 +27,7 @@
}
typedef struct _EFI_MM_CONTROL_PROTOCOL EFI_MM_CONTROL_PROTOCOL;
-typedef UINTN EFI_MM_PERIOD;
+typedef UINTN EFI_MM_PERIOD;
/**
Invokes MMI activation from either the preboot or runtime environment.
@@ -83,18 +83,17 @@ EFI_STATUS
/// these signals.
///
struct _EFI_MM_CONTROL_PROTOCOL {
- EFI_MM_ACTIVATE Trigger;
- EFI_MM_DEACTIVATE Clear;
+ EFI_MM_ACTIVATE Trigger;
+ EFI_MM_DEACTIVATE Clear;
///
/// Minimum interval at which the platform can set the period. A maximum is not
/// specified in that the MM infrastructure code can emulate a maximum interval that is
/// greater than the hardware capabilities by using software emulation in the MM
/// infrastructure code.
///
- EFI_MM_PERIOD MinimumTriggerPeriod;
+ EFI_MM_PERIOD MinimumTriggerPeriod;
};
-extern EFI_GUID gEfiMmControlProtocolGuid;
+extern EFI_GUID gEfiMmControlProtocolGuid;
#endif
-