clock.h 397 B

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