summaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey/include/hisi_mcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/hisilicon/hikey/include/hisi_mcu.h')
-rw-r--r--plat/hisilicon/hikey/include/hisi_mcu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/hisilicon/hikey/include/hisi_mcu.h b/plat/hisilicon/hikey/include/hisi_mcu.h
index f5c6ed0d..731c51ae 100644
--- a/plat/hisilicon/hikey/include/hisi_mcu.h
+++ b/plat/hisilicon/hikey/include/hisi_mcu.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __HISI_MCU_H__
-#define __HISI_MCU_H__
+#ifndef HISI_MCU_H
+#define HISI_MCU_H
#include <stdint.h>
@@ -13,4 +13,4 @@ extern void hisi_mcu_enable_sram(void);
extern void hisi_mcu_start_run(void);
extern int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size);
-#endif /* __HISI_MCU_H__ */
+#endif /* HISI_MCU_H */