Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pxa3xx.h
Go to the documentation of this file.
1 #ifndef __MACH_PXA3XX_H
2 #define __MACH_PXA3XX_H
3 
4 #include <mach/hardware.h>
5 #include <mach/pxa3xx-regs.h>
6 #include <mach/irqs.h>
7 
8 extern void __init pxa3xx_map_io(void);
9 extern void __init pxa3xx_init_irq(void);
10 extern void __init pxa95x_init_irq(void);
11 
12 #define pxa3xx_handle_irq ichp_handle_irq
13 
14 #endif /* __MACH_PXA3XX_H */