blob: bf7a6a492de63ebee032727d3bdce2cce90eb1a3 [file] [log] [blame]
Eric Miao49cbe782009-01-20 14:15:18 +08001#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 void __init pxa168_init_irq(void);
9
10extern void __init icu_init_irq(void);
11extern void __init pxa_map_io(void);