xref: /rk3399_ARM-atf/include/drivers/marvell/ap807_clocks_init.h (revision 6d422c3e2b80cf4de96b5ad824e84382be5fa52f)
1 /*
2  * Copyright (C) 2018 Marvell International Ltd.
3  *
4  * SPDX-License-Identifier:     BSD-3-Clause
5  * https://spdx.org/licenses
6  */
7 
8 #ifndef AP807_INIT_CLOCKS_H
9 #define AP807_INIT_CLOCKS_H
10 
11 void ap807_clocks_init(unsigned int freq_option);
12 
13 #endif /* AP807_INIT_CLOCKS_H */
14 
15