]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/8254TimerDxe/Timer.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / 8254TimerDxe / Timer.h
index 4c4b720d50dda8da6faece3c9dbbc14759863e20..b19ef3c1f94eba213b2219e02ecc00328a3812e5 100644 (file)
@@ -32,17 +32,18 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 //\r
 // The maximum tick duration for 8254 timer\r
 //\r
-#define MAX_TIMER_TICK_DURATION     549254\r
+#define MAX_TIMER_TICK_DURATION  549254\r
 //\r
 // The default timer tick duration is set to 10 ms = 100000 100 ns units\r
 //\r
-#define DEFAULT_TIMER_TICK_DURATION 100000\r
-#define TIMER_CONTROL_PORT          0x43\r
-#define TIMER0_COUNT_PORT           0x40\r
+#define DEFAULT_TIMER_TICK_DURATION  100000\r
+#define TIMER_CONTROL_PORT           0x43\r
+#define TIMER0_COUNT_PORT            0x40\r
 \r
 //\r
 // Function Prototypes\r
 //\r
+\r
 /**\r
   Initialize the Timer Architectural Protocol driver\r
 \r
@@ -153,8 +154,8 @@ TimerDriverSetTimerPeriod (
 EFI_STATUS\r
 EFIAPI\r
 TimerDriverGetTimerPeriod (\r
-  IN EFI_TIMER_ARCH_PROTOCOL   *This,\r
-  OUT UINT64                   *TimerPeriod\r
+  IN EFI_TIMER_ARCH_PROTOCOL  *This,\r
+  OUT UINT64                  *TimerPeriod\r
   )\r
 ;\r
 \r