summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/SmmBase2.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/SmmBase2.h')
-rw-r--r--MdePkg/Include/Protocol/SmmBase2.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/SmmBase2.h b/MdePkg/Include/Protocol/SmmBase2.h
index f42bf9c1b9..04fb6b1587 100644
--- a/MdePkg/Include/Protocol/SmmBase2.h
+++ b/MdePkg/Include/Protocol/SmmBase2.h
@@ -17,7 +17,7 @@
#define EFI_SMM_BASE2_PROTOCOL_GUID EFI_MM_BASE_PROTOCOL_GUID
-typedef struct _EFI_SMM_BASE2_PROTOCOL EFI_SMM_BASE2_PROTOCOL;
+typedef struct _EFI_SMM_BASE2_PROTOCOL EFI_SMM_BASE2_PROTOCOL;
/**
Service to indicate whether the driver is currently executing in the SMM Initialization phase.
@@ -69,11 +69,10 @@ EFI_STATUS
/// services and determine whether the driver is being invoked inside SMRAM or outside of SMRAM.
///
struct _EFI_SMM_BASE2_PROTOCOL {
- EFI_SMM_INSIDE_OUT2 InSmm;
- EFI_SMM_GET_SMST_LOCATION2 GetSmstLocation;
+ EFI_SMM_INSIDE_OUT2 InSmm;
+ EFI_SMM_GET_SMST_LOCATION2 GetSmstLocation;
};
-extern EFI_GUID gEfiSmmBase2ProtocolGuid;
+extern EFI_GUID gEfiSmmBase2ProtocolGuid;
#endif
-