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