]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/sh/include/asm/clock.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / sh / include / asm / clock.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
36ddf31b
PM
2#ifndef __ASM_SH_CLOCK_H
3#define __ASM_SH_CLOCK_H
4
d28bdf05 5#include <linux/sh_clk.h>
36ddf31b
PM
6
7/* Should be defined by processor-specific code */
d6ef333b 8void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
fa43972f 9int __init arch_clk_init(void);
36ddf31b 10
253b0887
PM
11/* arch/sh/kernel/cpu/clock-cpg.c */
12int __init __deprecated cpg_clk_init(void);
13
8b5ee113
MD
14/* arch/sh/kernel/cpu/clock.c */
15int clk_init(void);
16
36ddf31b 17#endif /* __ASM_SH_CLOCK_H */