1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_CLOCK_H
3 #define __ASM_SH_CLOCK_H
5 #include <linux/sh_clk.h>
7 /* Should be defined by processor-specific code */
8 void __deprecated
arch_init_clk_ops(struct sh_clk_ops
**, int type
);
9 int __init
arch_clk_init(void);
11 /* arch/sh/kernel/cpu/clock-cpg.c */
12 int __init __deprecated
cpg_clk_init(void);
14 /* arch/sh/kernel/cpu/clock.c */
17 #endif /* __ASM_SH_CLOCK_H */