blob: 4353b83e861d3983b8ece9396e3f112e69d4d55f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright (C) 2018 Marvell International Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
*/
#ifndef AP807_INIT_CLOCKS_H
#define AP807_INIT_CLOCKS_H
void ap807_clocks_init(unsigned int freq_option);
#endif /* AP807_INIT_CLOCKS_H */
|