summaryrefslogtreecommitdiff
path: root/plat/imx/imx7/include/imx_hab_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/imx7/include/imx_hab_arch.h')
-rw-r--r--plat/imx/imx7/include/imx_hab_arch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/imx/imx7/include/imx_hab_arch.h b/plat/imx/imx7/include/imx_hab_arch.h
index 338a02745..2a34c6a89 100644
--- a/plat/imx/imx7/include/imx_hab_arch.h
+++ b/plat/imx/imx7/include/imx_hab_arch.h
@@ -3,10 +3,10 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __IMX_HAB_ARCH_H__
-#define __IMX_HAB_ARCH_H__
+#ifndef IMX_HAB_ARCH_H
+#define IMX_HAB_ARCH_H
/* Define the offset the High Assurance Boot callback table is at */
#define HAB_CALLBACK_OFFSET 0x100
-#endif /* __IMX_HAB_ARCH_H__ */
+#endif /* IMX_HAB_ARCH_H */