"git@web.lueluesay.top:root/oh-my-zsh.git" did not exist on "78dc8583969a046b51ef4f099b1d182f73dcaa12"
ap_setup.h 298 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */

/* AP8xx Marvell SoC driver */

10
11
#ifndef AP_SETUP_H
#define AP_SETUP_H
12
13
14
15
16

void ap_init(void);
void ap_ble_init(void);
int ap_get_count(void);

17
#endif /* AP_SETUP_H */