clock.h (d28bdf05f72238d626c8d06b61049f6df8d78e70) clock.h (8b5ee113e1b97097e992a0301d0cac2530b31fc2)
1#ifndef __ASM_SH_CLOCK_H
2#define __ASM_SH_CLOCK_H
3
4#include <linux/sh_clk.h>
5
6/* Should be defined by processor-specific code */
7void __deprecated arch_init_clk_ops(struct clk_ops **, int type);
8int __init arch_clk_init(void);
9
10/* arch/sh/kernel/cpu/clock-cpg.c */
11int __init __deprecated cpg_clk_init(void);
12
1#ifndef __ASM_SH_CLOCK_H
2#define __ASM_SH_CLOCK_H
3
4#include <linux/sh_clk.h>
5
6/* Should be defined by processor-specific code */
7void __deprecated arch_init_clk_ops(struct clk_ops **, int type);
8int __init arch_clk_init(void);
9
10/* arch/sh/kernel/cpu/clock-cpg.c */
11int __init __deprecated cpg_clk_init(void);
12
13/* arch/sh/kernel/cpu/clock.c */
14int clk_init(void);
15
13#endif /* __ASM_SH_CLOCK_H */
16#endif /* __ASM_SH_CLOCK_H */