Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 1 | #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) |
| 2 | |
| 3 | struct sys_timer; |
| 4 | |
| 5 | extern void timer_init(int irq); |
Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 6 | |
| 7 | extern void __init icu_init_irq(void); |
Eric Miao | 8022887 | 2010-07-15 17:50:13 +0800 | [diff] [blame] | 8 | extern void __init mmp_map_io(void); |
Russell King | 9854a38 | 2011-11-05 15:40:09 +0000 | [diff] [blame] | 9 | extern void mmp_restart(char, const char *); |
Chao Xie | 50d0e24 | 2012-08-27 10:54:00 +0800 | [diff] [blame] | 10 | extern void __init pxa168_clk_init(void); |
Chao Xie | 9e73d69 | 2012-08-27 10:54:01 +0800 | [diff] [blame] | 11 | extern void __init pxa910_clk_init(void); |
Chao Xie | 8430305 | 2012-08-27 10:54:02 +0800 | [diff] [blame^] | 12 | extern void __init mmp2_clk_init(void); |