]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-pxa/include/mach/pxa3xx.h
ARM: pxa: enable MULTI_IRQ_HANDLER for all boards
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-pxa / include / mach / pxa3xx.h
CommitLineData
9c864410
EM
1#ifndef __MACH_PXA3XX_H
2#define __MACH_PXA3XX_H
3
4#include <mach/hardware.h>
5#include <mach/pxa3xx-regs.h>
ca0e687c 6#include <mach/irqs.h>
9c864410 7
ca0e687c
EM
8extern void __init pxa3xx_map_io(void);
9extern void __init pxa3xx_init_irq(void);
10extern void __init pxa95x_init_irq(void);
8a97ae2f
EM
11
12#define pxa3xx_handle_irq ichp_handle_irq
13
9c864410 14#endif /* __MACH_PXA3XX_H */