blob: 5b0e75f46b5254010414cca4a00f1fddc61e3820 [file] [log] [blame]
Konstantin Porotchkin01c84d42018-02-26 16:01:57 +02001/*
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
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000010#ifndef AP_SETUP_H
11#define AP_SETUP_H
Konstantin Porotchkin01c84d42018-02-26 16:01:57 +020012
13void ap_init(void);
14void ap_ble_init(void);
15int ap_get_count(void);
Grzegorz Jaszczyk02721c72019-01-13 17:33:45 +020016void update_cp110_default_win(int cp_id);
Konstantin Porotchkin01c84d42018-02-26 16:01:57 +020017
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000018#endif /* AP_SETUP_H */