]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Timer.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Timer.h
index e7860071e578a47fd4fc6c3cd3ab5f996d9b352f..865de8e696048f28a3f8ead2f5c68ab9436cb06b 100644 (file)
@@ -20,7 +20,7 @@
 ///\r
 /// Declare forward reference for the Timer Architectural Protocol\r
 ///\r
-typedef struct _EFI_TIMER_ARCH_PROTOCOL   EFI_TIMER_ARCH_PROTOCOL;\r
+typedef struct _EFI_TIMER_ARCH_PROTOCOL EFI_TIMER_ARCH_PROTOCOL;\r
 \r
 /**\r
   This function of this type is called when a timer interrupt fires.  This\r
@@ -76,7 +76,7 @@ EFI_STATUS
 (EFIAPI *EFI_TIMER_REGISTER_HANDLER)(\r
   IN EFI_TIMER_ARCH_PROTOCOL    *This,\r
   IN EFI_TIMER_NOTIFY           NotifyFunction\r
-);\r
+  );\r
 \r
 /**\r
   This function adjusts the period of timer interrupts to the value specified\r
@@ -153,7 +153,6 @@ EFI_STATUS
   IN EFI_TIMER_ARCH_PROTOCOL    *This\r
   );\r
 \r
-\r
 ///\r
 /// This protocol provides the services to initialize a periodic timer\r
 /// interrupt, and to register a handler that is called each time the timer\r
@@ -163,12 +162,12 @@ EFI_STATUS
 /// interrupt.\r
 ///\r
 struct _EFI_TIMER_ARCH_PROTOCOL {\r
-  EFI_TIMER_REGISTER_HANDLER          RegisterHandler;\r
-  EFI_TIMER_SET_TIMER_PERIOD          SetTimerPeriod;\r
-  EFI_TIMER_GET_TIMER_PERIOD          GetTimerPeriod;\r
-  EFI_TIMER_GENERATE_SOFT_INTERRUPT   GenerateSoftInterrupt;\r
+  EFI_TIMER_REGISTER_HANDLER           RegisterHandler;\r
+  EFI_TIMER_SET_TIMER_PERIOD           SetTimerPeriod;\r
+  EFI_TIMER_GET_TIMER_PERIOD           GetTimerPeriod;\r
+  EFI_TIMER_GENERATE_SOFT_INTERRUPT    GenerateSoftInterrupt;\r
 };\r
 \r
-extern EFI_GUID gEfiTimerArchProtocolGuid;\r
+extern EFI_GUID  gEfiTimerArchProtocolGuid;\r
 \r
 #endif\r