clock.h 436 B

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