diff options
Diffstat (limited to 'ArmPkg/Include/Library/ArmGenericTimerCounterLib.h')
-rw-r--r-- | ArmPkg/Include/Library/ArmGenericTimerCounterLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h b/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h index d3051be30f..96bdffbf1e 100644 --- a/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h +++ b/ArmPkg/Include/Library/ArmGenericTimerCounterLib.h @@ -7,8 +7,8 @@ **/
-#ifndef __ARM_GENERIC_TIMER_COUNTER_LIB_H__
-#define __ARM_GENERIC_TIMER_COUNTER_LIB_H__
+#ifndef ARM_GENERIC_TIMER_COUNTER_LIB_H_
+#define ARM_GENERIC_TIMER_COUNTER_LIB_H_
VOID
EFIAPI
@@ -82,4 +82,4 @@ ArmGenericTimerSetCompareVal ( IN UINT64 Value
);
-#endif
+#endif // ARM_GENERIC_TIMER_COUNTER_LIB_H_
|