blob: 41f2bac35f96bb514761dd57605b761d66288ee6 [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
10#ifndef __AP_SETUP_H__
11#define __AP_SETUP_H__
12
13void ap_init(void);
14void ap_ble_init(void);
15int ap_get_count(void);
16
17#endif /* __AP_SETUP_H__ */