1 #ifndef __MACH_PXA25x_H
2 #define __MACH_PXA25x_H
4 #include <mach/hardware.h>
5 #include <mach/pxa2xx-regs.h>
6 #include <mach/mfp-pxa25x.h>
9 extern void __init
pxa25x_map_io(void);
10 extern void __init
pxa25x_init_irq(void);
11 #ifdef CONFIG_CPU_PXA26x
12 extern void __init
pxa26x_init_irq(void);
15 #define pxa25x_handle_irq icip_handle_irq
17 #endif /* __MACH_PXA25x_H */