mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 13:51:00 +07:00
9e73d69823
move pxa910 clock definition to another file. Then pxa910 can choose common clock framework or private clock framework. Signed-off-by: Chao Xie <xiechao.mail@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
12 lines
304 B
C
12 lines
304 B
C
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
|
|
|
|
struct sys_timer;
|
|
|
|
extern void timer_init(int irq);
|
|
|
|
extern void __init icu_init_irq(void);
|
|
extern void __init mmp_map_io(void);
|
|
extern void mmp_restart(char, const char *);
|
|
extern void __init pxa168_clk_init(void);
|
|
extern void __init pxa910_clk_init(void);
|