common.h (49cbe78637eb0503f45fc9b556ec08918a616534) | common.h (14c6b5e7add9ec393ad61bceb6106b47c7f14bd3) |
---|---|
1#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) 2 3struct sys_timer; 4 5extern void timer_init(int irq); 6 7extern struct sys_timer pxa168_timer; | 1#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) 2 3struct sys_timer; 4 5extern void timer_init(int irq); 6 7extern struct sys_timer pxa168_timer; |
8extern struct sys_timer pxa910_timer; |
|
8extern void __init pxa168_init_irq(void); | 9extern void __init pxa168_init_irq(void); |
10extern void __init pxa910_init_irq(void); |
|
9 10extern void __init icu_init_irq(void); 11extern void __init pxa_map_io(void); | 11 12extern void __init icu_init_irq(void); 13extern void __init pxa_map_io(void); |