mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 20:44:32 +08:00
50d0e24499
move pxa168 clock definition to another file. Then pxa168 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>
11 lines
262 B
C
11 lines
262 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);
|