summaryrefslogtreecommitdiff
path: root/plat/mediatek/mt6795/include/mcucfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/mt6795/include/mcucfg.h')
-rw-r--r--plat/mediatek/mt6795/include/mcucfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/mediatek/mt6795/include/mcucfg.h b/plat/mediatek/mt6795/include/mcucfg.h
index eff8d344..7f6a7865 100644
--- a/plat/mediatek/mt6795/include/mcucfg.h
+++ b/plat/mediatek/mt6795/include/mcucfg.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __MCUCFG_H__
-#define __MCUCFG_H__
+#ifndef MCUCFG_H
+#define MCUCFG_H
#include <platform_def.h>
#include <stdint.h>
@@ -151,4 +151,4 @@ enum {
MP1_L2RSTDISABLE = 1 << MP1_L2RSTDISABLE_SHIFT
};
-#endif /* __MCUCFG_H__ */
+#endif /* MCUCFG_H */