xref: /aosp_15_r20/external/arm-trusted-firmware/include/drivers/marvell/mochi/ap_setup.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright (C) 2018 Marvell International Ltd.
3  *
4  * SPDX-License-Identifier:     BSD-3-Clause
5  * https://spdx.org/licenses
6  */
7 
8 /* AP8xx Marvell SoC driver */
9 
10 #ifndef AP_SETUP_H
11 #define AP_SETUP_H
12 
13 void ap_init(void);
14 void ap_ble_init(void);
15 int ap_get_count(void);
16 void update_cp110_default_win(int cp_id);
17 
18 #endif /* AP_SETUP_H */
19