Paul Mundt | 36ddf31 | 2006-01-16 22:14:17 -0800 | [diff] [blame] | 1 | #ifndef __ASM_SH_CLOCK_H |
| 2 | #define __ASM_SH_CLOCK_H |
| 3 | |
Magnus Damm | d28bdf0 | 2010-05-11 13:29:17 +0000 | [diff] [blame] | 4 | #include <linux/sh_clk.h> |
Paul Mundt | 36ddf31 | 2006-01-16 22:14:17 -0800 | [diff] [blame] | 5 | |
| 6 | /* Should be defined by processor-specific code */ |
Paul Mundt | 253b088 | 2009-05-13 17:38:11 +0900 | [diff] [blame] | 7 | void __deprecated arch_init_clk_ops(struct clk_ops **, int type); |
Paul Mundt | fa43972 | 2008-09-04 18:53:58 +0900 | [diff] [blame] | 8 | int __init arch_clk_init(void); |
Paul Mundt | 36ddf31 | 2006-01-16 22:14:17 -0800 | [diff] [blame] | 9 | |
Paul Mundt | 253b088 | 2009-05-13 17:38:11 +0900 | [diff] [blame] | 10 | /* arch/sh/kernel/cpu/clock-cpg.c */ |
| 11 | int __init __deprecated cpg_clk_init(void); |
| 12 | |
Magnus Damm | 8b5ee11 | 2010-05-11 13:29:25 +0000 | [diff] [blame] | 13 | /* arch/sh/kernel/cpu/clock.c */ |
| 14 | int clk_init(void); |
| 15 | |
Paul Mundt | 36ddf31 | 2006-01-16 22:14:17 -0800 | [diff] [blame] | 16 | #endif /* __ASM_SH_CLOCK_H */ |