xref: /linux/arch/sh/include/asm/clock.h (revision 2da68a77)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_CLOCK_H
3 #define __ASM_SH_CLOCK_H
4 
5 #include <linux/sh_clk.h>
6 
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);
10 
11 /* arch/sh/kernel/cpu/clock-cpg.c */
12 int __init __deprecated cpg_clk_init(void);
13 
14 /* arch/sh/kernel/cpu/clock.c */
15 int clk_init(void);
16 
17 #endif /* __ASM_SH_CLOCK_H */
18