summaryrefslogtreecommitdiff
path: root/plat/qemu/include/plat_macros.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qemu/include/plat_macros.S')
-rw-r--r--plat/qemu/include/plat_macros.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/qemu/include/plat_macros.S b/plat/qemu/include/plat_macros.S
index 93cded2b..b6cdb071 100644
--- a/plat/qemu/include/plat_macros.S
+++ b/plat/qemu/include/plat_macros.S
@@ -3,8 +3,8 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __PLAT_MACROS_S__
-#define __PLAT_MACROS_S__
+#ifndef PLAT_MACROS_S
+#define PLAT_MACROS_S
#include <arm_macros.S>
#include <platform_def.h>
@@ -23,4 +23,4 @@
arm_print_gic_regs
.endm
-#endif /* __PLAT_MACROS_S__ */
+#endif /* PLAT_MACROS_S */