]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmPeriodicTimerDispatch.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmPeriodicTimerDispatch.h
index 8733de7567fb2fb4b2f80bd857ccea1aed221e95..01b4e6b1614016e421a27359dec307abd2f4bf6a 100644 (file)
@@ -46,13 +46,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 MMIs. Children of this interface should use this\r
   /// field when registering for periodic timer intervals when a finer granularity periodic\r
   /// MMI is desired.\r
   ///\r
-  UINT64  MmiTickInterval;\r
+  UINT64    MmiTickInterval;\r
 } EFI_MM_PERIODIC_TIMER_REGISTER_CONTEXT;\r
 \r
 ///\r
@@ -65,10 +65,10 @@ typedef struct {
   /// ElapsedTime is the actual time in 100 nanosecond units elapsed since last called, a\r
   /// value of 0 indicates an unknown amount of time.\r
   ///\r
-  UINT64  ElapsedTime;\r
+  UINT64    ElapsedTime;\r
 } EFI_MM_PERIODIC_TIMER_CONTEXT;\r
 \r
-typedef struct _EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL  EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL;\r
+typedef struct _EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL;\r
 \r
 /**\r
   Register a child MMI source dispatch function for MM periodic timer.\r
@@ -153,12 +153,11 @@ EFI_STATUS
 /// This protocol provides the parent dispatch service for the periodical timer MMI source generator.\r
 ///\r
 struct _EFI_MM_PERIODIC_TIMER_DISPATCH_PROTOCOL {\r
-  EFI_MM_PERIODIC_TIMER_REGISTER    Register;\r
-  EFI_MM_PERIODIC_TIMER_UNREGISTER  UnRegister;\r
-  EFI_MM_PERIODIC_TIMER_INTERVAL    GetNextShorterInterval;\r
+  EFI_MM_PERIODIC_TIMER_REGISTER      Register;\r
+  EFI_MM_PERIODIC_TIMER_UNREGISTER    UnRegister;\r
+  EFI_MM_PERIODIC_TIMER_INTERVAL      GetNextShorterInterval;\r
 };\r
 \r
-extern EFI_GUID gEfiMmPeriodicTimerDispatchProtocolGuid;\r
+extern EFI_GUID  gEfiMmPeriodicTimerDispatchProtocolGuid;\r
 \r
 #endif\r
-\r