blob: 4353b83e861d3983b8ece9396e3f112e69d4d55f [file] [log] [blame]
Christine Gharzuzi9a772df2018-06-25 13:39:37 +03001/*
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
11void ap807_clocks_init(unsigned int freq_option);
12
13#endif /* AP807_INIT_CLOCKS_H */
14