GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sh / include / asm / clock.h
blob803d4c7f09dc3c654a94aa6607c2501cc071a22a
1 #ifndef __ASM_SH_CLOCK_H
2 #define __ASM_SH_CLOCK_H
4 #include <linux/sh_clk.h>
6 /* Should be defined by processor-specific code */
7 void __deprecated arch_init_clk_ops(struct clk_ops **, int type);
8 int __init arch_clk_init(void);
10 /* arch/sh/kernel/cpu/clock-cpg.c */
11 int __init __deprecated cpg_clk_init(void);
13 /* arch/sh/kernel/cpu/clock.c */
14 int clk_init(void);
16 #endif /* __ASM_SH_CLOCK_H */