Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 1 | #ifndef __MACH_PXA25x_H |
| 2 | #define __MACH_PXA25x_H |
| 3 | |
| 4 | #include <mach/hardware.h> |
| 5 | #include <mach/pxa2xx-regs.h> |
| 6 | #include <mach/mfp-pxa25x.h> |
Eric Miao | ca0e687 | 2011-05-18 21:19:04 +0800 | [diff] [blame^] | 7 | #include <mach/irqs.h> |
Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 8 | |
Eric Miao | ca0e687 | 2011-05-18 21:19:04 +0800 | [diff] [blame^] | 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); |
| 13 | #endif |
Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 14 | #endif /* __MACH_PXA25x_H */ |