pxa25x.h 388 B

123456789101112131415161718
  1. #ifndef __MACH_PXA25x_H
  2. #define __MACH_PXA25x_H
  3. #include <mach/hardware.h>
  4. #include <mach/pxa2xx-regs.h>
  5. #include <mach/mfp-pxa25x.h>
  6. #include <mach/irqs.h>
  7. extern void __init pxa25x_map_io(void);
  8. extern void __init pxa25x_init_irq(void);
  9. #ifdef CONFIG_CPU_PXA26x
  10. extern void __init pxa26x_init_irq(void);
  11. #endif
  12. #define pxa25x_handle_irq icip_handle_irq
  13. #endif /* __MACH_PXA25x_H */