]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmPeriodicTimerDispatch2.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmPeriodicTimerDispatch2.h
index 79b64fe08f8fbef10c69f2363f3b71dc49dfe3ca..9dca4de88989229af79a889867dd1a8a81d43f43 100644 (file)
@@ -18,7 +18,7 @@
 #include <Pi/PiSmmCis.h>\r
 #include <Protocol/MmPeriodicTimerDispatch.h>\r
 \r
-#define EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL_GUID EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL_GUID\r
+#define EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL_GUID  EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL_GUID\r
 \r
 ///\r
 /// Example: A chipset supports periodic SMIs on every 64ms or 2 seconds.\r
@@ -44,13 +44,13 @@ typedef struct {
   /// The minimum period of time in 100 nanosecond units that the child gets called. The\r
   /// child will be called back after a time greater than the time Period.\r
   ///\r
-  UINT64  Period;\r
+  UINT64    Period;\r
   ///\r
   /// The period of time interval between SMIs. Children of this interface should use this\r
   /// field when registering for periodic timer intervals when a finer granularity periodic\r
   /// SMI is desired.\r
   ///\r
-  UINT64  SmiTickInterval;\r
+  UINT64    SmiTickInterval;\r
 } EFI_SMM_PERIODIC_TIMER_REGISTER_CONTEXT;\r
 \r
 ///\r
@@ -60,7 +60,7 @@ typedef struct {
 ///\r
 typedef EFI_MM_PERIODIC_TIMER_CONTEXT EFI_SMM_PERIODIC_TIMER_CONTEXT;\r
 \r
-typedef struct _EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL  EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL;\r
+typedef struct _EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL;\r
 \r
 /**\r
   Register a child SMI source dispatch function for SMM periodic timer.\r
@@ -145,12 +145,11 @@ EFI_STATUS
 /// This protocol provides the parent dispatch service for the periodical timer SMI source generator.\r
 ///\r
 struct _EFI_SMM_PERIODIC_TIMER_DISPATCH2_PROTOCOL {\r
-  EFI_SMM_PERIODIC_TIMER_REGISTER2    Register;\r
-  EFI_SMM_PERIODIC_TIMER_UNREGISTER2  UnRegister;\r
-  EFI_SMM_PERIODIC_TIMER_INTERVAL2    GetNextShorterInterval;\r
+  EFI_SMM_PERIODIC_TIMER_REGISTER2      Register;\r
+  EFI_SMM_PERIODIC_TIMER_UNREGISTER2    UnRegister;\r
+  EFI_SMM_PERIODIC_TIMER_INTERVAL2      GetNextShorterInterval;\r
 };\r
 \r
-extern EFI_GUID gEfiSmmPeriodicTimerDispatch2ProtocolGuid;\r
+extern EFI_GUID  gEfiSmmPeriodicTimerDispatch2ProtocolGuid;\r
 \r
 #endif\r
-\r