2006-01-17 14:14:17 +08:00
|
|
|
#ifndef __ASM_SH_CLOCK_H
|
|
|
|
#define __ASM_SH_CLOCK_H
|
|
|
|
|
2010-05-11 21:29:17 +08:00
|
|
|
#include <linux/sh_clk.h>
|
2006-01-17 14:14:17 +08:00
|
|
|
|
|
|
|
/* Should be defined by processor-specific code */
|
2012-02-29 21:17:16 +08:00
|
|
|
void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
|
2008-09-04 17:53:58 +08:00
|
|
|
int __init arch_clk_init(void);
|
2006-01-17 14:14:17 +08:00
|
|
|
|
2009-05-13 16:38:11 +08:00
|
|
|
/* arch/sh/kernel/cpu/clock-cpg.c */
|
|
|
|
int __init __deprecated cpg_clk_init(void);
|
|
|
|
|
2010-05-11 21:29:25 +08:00
|
|
|
/* arch/sh/kernel/cpu/clock.c */
|
|
|
|
int clk_init(void);
|
|
|
|
|
2006-01-17 14:14:17 +08:00
|
|
|
#endif /* __ASM_SH_CLOCK_H */
|