summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Chipset/ArmCortexA9.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Chipset/ArmCortexA9.h')
-rw-r--r--ArmPkg/Include/Chipset/ArmCortexA9.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Chipset/ArmCortexA9.h b/ArmPkg/Include/Chipset/ArmCortexA9.h
index 13d18e5893..cb937ebc8c 100644
--- a/ArmPkg/Include/Chipset/ArmCortexA9.h
+++ b/ArmPkg/Include/Chipset/ArmCortexA9.h
@@ -6,8 +6,8 @@
**/
-#ifndef __ARM_CORTEX_A9_H__
-#define __ARM_CORTEX_A9_H__
+#ifndef ARM_CORTEX_A9_H_
+#define ARM_CORTEX_A9_H_
#include <Chipset/ArmV7.h>
@@ -55,5 +55,5 @@ ArmGetScuBaseAddress (
VOID
);
-#endif
+#endif // ARM_CORTEX_A9_H_