]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/WatchdogTimer.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / WatchdogTimer.h
index d2dee483e8f595198de7fff038f2ab3d964a6db4..f0cf5961b5e42e4cd711115fcf60eb07d4424b24 100644 (file)
@@ -19,7 +19,7 @@
 ///\r
 /// Declare forward reference for the Timer Architectural Protocol\r
 ///\r
-typedef struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL  EFI_WATCHDOG_TIMER_ARCH_PROTOCOL;\r
+typedef struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL EFI_WATCHDOG_TIMER_ARCH_PROTOCOL;\r
 \r
 /**\r
   A function of this type is called when the watchdog timer fires if a\r
@@ -114,7 +114,6 @@ EFI_STATUS
   OUT UINT64                            *TimerPeriod\r
   );\r
 \r
-\r
 ///\r
 /// This protocol provides the services required to implement the Boot Service\r
 /// SetWatchdogTimer().  It provides a service to set the amount of time to wait\r
@@ -127,12 +126,11 @@ EFI_STATUS
 /// reset by calling the Runtime Service ResetSystem().\r
 ///\r
 struct _EFI_WATCHDOG_TIMER_ARCH_PROTOCOL {\r
-  EFI_WATCHDOG_TIMER_REGISTER_HANDLER  RegisterHandler;\r
-  EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD  SetTimerPeriod;\r
-  EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD  GetTimerPeriod;\r
+  EFI_WATCHDOG_TIMER_REGISTER_HANDLER    RegisterHandler;\r
+  EFI_WATCHDOG_TIMER_SET_TIMER_PERIOD    SetTimerPeriod;\r
+  EFI_WATCHDOG_TIMER_GET_TIMER_PERIOD    GetTimerPeriod;\r
 };\r
 \r
-extern EFI_GUID gEfiWatchdogTimerArchProtocolGuid;\r
+extern EFI_GUID  gEfiWatchdogTimerArchProtocolGuid;\r
 \r
 #endif\r
-\r