Eric Miao | 9c86441 | 2011-05-18 15:35:54 +0800 | [diff] [blame] | 1 | #ifndef __MACH_PXA3XX_H |
| 2 | #define __MACH_PXA3XX_H |
| 3 | |
| 4 | #include <mach/hardware.h> |
| 5 | #include <mach/pxa3xx-regs.h> |
Eric Miao | ca0e687 | 2011-05-18 21:19:04 +0800 | [diff] [blame] | 6 | #include <mach/irqs.h> |
Eric Miao | 9c86441 | 2011-05-18 15:35:54 +0800 | [diff] [blame] | 7 | |
Eric Miao | ca0e687 | 2011-05-18 21:19:04 +0800 | [diff] [blame] | 8 | extern void __init pxa3xx_map_io(void); |
| 9 | extern void __init pxa3xx_init_irq(void); |
Eric Miao | 8a97ae2 | 2011-05-18 21:30:04 +0800 | [diff] [blame] | 10 | |
| 11 | #define pxa3xx_handle_irq ichp_handle_irq |
| 12 | |
Eric Miao | 9c86441 | 2011-05-18 15:35:54 +0800 | [diff] [blame] | 13 | #endif /* __MACH_PXA3XX_H */ |