2 * drivers/clk/at91/sckc.h
4 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
12 #ifndef __AT91_SCKC_H_
13 #define __AT91_SCKC_H_
15 extern void __init
of_at91sam9x5_clk_slow_osc_setup(struct device_node
*np
,
17 extern void __init
of_at91sam9x5_clk_slow_rc_osc_setup(struct device_node
*np
,
19 extern void __init
of_at91sam9x5_clk_slow_setup(struct device_node
*np
,
22 #endif /* __AT91_SCKC_H_ */