162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __ASM_SH_CLOCK_H 362306a36Sopenharmony_ci#define __ASM_SH_CLOCK_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/sh_clk.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci/* Should be defined by processor-specific code */ 862306a36Sopenharmony_civoid __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type); 962306a36Sopenharmony_ciint __init arch_clk_init(void); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci/* arch/sh/kernel/cpu/clock-cpg.c */ 1262306a36Sopenharmony_ciint __init __deprecated cpg_clk_init(void); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci/* arch/sh/kernel/cpu/clock.c */ 1562306a36Sopenharmony_ciint clk_init(void); 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif /* __ASM_SH_CLOCK_H */ 18