summaryrefslogtreecommitdiff
path: root/plat/mediatek/mt6795/include/scu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/mt6795/include/scu.h')
-rw-r--r--plat/mediatek/mt6795/include/scu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/mediatek/mt6795/include/scu.h b/plat/mediatek/mt6795/include/scu.h
index 3c786921..625418aa 100644
--- a/plat/mediatek/mt6795/include/scu.h
+++ b/plat/mediatek/mt6795/include/scu.h
@@ -4,10 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __SCU_H__
-#define __SCU_H__
+#ifndef SCU_H
+#define SCU_H
void disable_scu(unsigned long mpidr);
void enable_scu(unsigned long mpidr);
-#endif
+#endif /* SCU_H */