xref: /rk3399_ARM-atf/drivers/marvell/mg_conf_cm3/mg_conf_cm3.h (revision 4249a4fba8f03af1c3cb651c70e3d21e6d0ecd3e)
1 /*
2  * Copyright (C) 2019 Marvell International Ltd.
3  *
4  * SPDX-License-Identifier:     BSD-3-Clause
5  * https://spdx.org/licenses
6  */
7 
8 void mg_start_ap_fw(int cp_nr, uint8_t comphy_index);
9 int mg_image_load(uintptr_t src_addr, uint32_t size, int cp_index);
10