]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmSwDispatch.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmSwDispatch.h
index a3f4b41db2bc8d2f51fe56748b6c81e1e355e2c1..e7810662ecdb9fa68ffee26b13c33e308b04205c 100644 (file)
@@ -25,7 +25,7 @@
 /// child registration for each SwMmiInputValue.\r
 ///\r
 typedef struct {\r
-  UINTN SwMmiInputValue;\r
+  UINTN    SwMmiInputValue;\r
 } EFI_MM_SW_REGISTER_CONTEXT;\r
 \r
 ///\r
@@ -38,18 +38,18 @@ typedef struct {
   ///\r
   /// The 0-based index of the CPU which generated the software MMI.\r
   ///\r
-  UINTN SwMmiCpuIndex;\r
+  UINTN    SwMmiCpuIndex;\r
   ///\r
   /// This value corresponds directly to the CommandPort parameter used in the call to Trigger().\r
   ///\r
-  UINT8 CommandPort;\r
+  UINT8    CommandPort;\r
   ///\r
   /// This value corresponds directly to the DataPort parameter used in the call to Trigger().\r
   ///\r
-  UINT8 DataPort;\r
+  UINT8    DataPort;\r
 } EFI_MM_SW_CONTEXT;\r
 \r
-typedef struct _EFI_MM_SW_DISPATCH_PROTOCOL  EFI_MM_SW_DISPATCH_PROTOCOL;\r
+typedef struct _EFI_MM_SW_DISPATCH_PROTOCOL EFI_MM_SW_DISPATCH_PROTOCOL;\r
 \r
 /**\r
   Register a child MMI source dispatch function for the specified software MMI.\r
@@ -106,7 +106,7 @@ EFI_STATUS
 (EFIAPI *EFI_MM_SW_UNREGISTER)(\r
   IN CONST EFI_MM_SW_DISPATCH_PROTOCOL  *This,\r
   IN       EFI_HANDLE                   DispatchHandle\r
-);\r
+  );\r
 \r
 ///\r
 /// Interface structure for the MM Software MMI Dispatch Protocol.\r
@@ -116,15 +116,15 @@ EFI_STATUS
 /// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue.\r
 ///\r
 struct _EFI_MM_SW_DISPATCH_PROTOCOL {\r
-  EFI_MM_SW_REGISTER    Register;\r
-  EFI_MM_SW_UNREGISTER  UnRegister;\r
+  EFI_MM_SW_REGISTER      Register;\r
+  EFI_MM_SW_UNREGISTER    UnRegister;\r
   ///\r
   /// A read-only field that describes the maximum value that can be used in the\r
   /// EFI_MM_SW_DISPATCH_PROTOCOL.Register() service.\r
   ///\r
-  UINTN                 MaximumSwiValue;\r
+  UINTN                   MaximumSwiValue;\r
 };\r
 \r
-extern EFI_GUID gEfiMmSwDispatchProtocolGuid;\r
+extern EFI_GUID  gEfiMmSwDispatchProtocolGuid;\r
 \r
 #endif\r