| Yoichi Yuasa | 89becf5 | 2007-11-09 18:42:35 +0900 | [diff] [blame] | 1 | #ifndef _ASM_MACH_LASAT_IRQ_H | 
| 2 | #define _ASM_MACH_LASAT_IRQ_H | ||||
| 3 | |||||
| Yoichi Yuasa | 127f166 | 2008-02-20 23:11:53 +0900 | [diff] [blame] | 4 | #define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 2) | 
| Yoichi Yuasa | 89becf5 | 2007-11-09 18:42:35 +0900 | [diff] [blame] | 5 | |
| 6 | #define LASAT_IRQ_BASE 8 | ||||
| 7 | #define LASAT_IRQ_END 23 | ||||
| 8 | |||||
| 9 | #define NR_IRQS 24 | ||||
| 10 | |||||
| 11 | #include_next <irq.h> | ||||
| 12 | |||||
| 13 | #endif /* _ASM_MACH_LASAT_IRQ_H */ | ||||