summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/include/mach/pxa3xx.h
blob: c50a1b5c3812ceba21c63fc2fcd8b4f0c1bcd8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __MACH_PXA3XX_H	
#define __MACH_PXA3XX_H

#include <mach/hardware.h>
#include <mach/pxa3xx-regs.h>
#include <mach/irqs.h>

extern void __init pxa3xx_map_io(void);
extern void __init pxa3xx_init_irq(void);
extern void __init pxa95x_init_irq(void);
#endif /* __MACH_PXA3XX_H */