#ifndef __ASM_SH_CLOCK_H#define __ASM_SH_CLOCK_H#include <linux/sh_clk.h>/* Should be defined by processor-specific code */void__deprecatedarch_init_clk_ops(structsh_clk_ops**,inttype);int__initarch_clk_init(void);/* arch/sh/kernel/cpu/clock-cpg.c */int__init__deprecatedcpg_clk_init(void);/* arch/sh/kernel/cpu/clock.c */intclk_init(void);#endif /* __ASM_SH_CLOCK_H */