xref: /rk3399_ARM-atf/plat/hisilicon/hikey/include/hisi_mcu.h (revision 8c80c86573898eb59127a32b089e753f40e254fb)
1 /*
2  * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef HISI_MCU_H
8 #define HISI_MCU_H
9 
10 #include <stdint.h>
11 
12 extern void hisi_mcu_enable_sram(void);
13 extern void hisi_mcu_start_run(void);
14 extern int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size);
15 
16 #endif /* HISI_MCU_H */
17