irq.h 277 B

1234567891011
  1. #ifndef __ASM_MACH_VR41XX_IRQ_H
  2. #define __ASM_MACH_VR41XX_IRQ_H
  3. #include <asm/vr41xx/irq.h> /* for MIPS_CPU_IRQ_BASE */
  4. #ifdef CONFIG_NEC_CMBVR4133
  5. #include <asm/vr41xx/cmbvr4133.h> /* for I8259A_IRQ_BASE */
  6. #endif
  7. #include_next <irq.h>
  8. #endif /* __ASM_MACH_VR41XX_IRQ_H */