You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
245 B
14 lines
245 B
17 years ago
|
#ifndef _ASM_MACH_LASAT_IRQ_H
|
||
|
#define _ASM_MACH_LASAT_IRQ_H
|
||
|
|
||
17 years ago
|
#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 2)
|
||
17 years ago
|
|
||
|
#define LASAT_IRQ_BASE 8
|
||
|
#define LASAT_IRQ_END 23
|
||
|
|
||
|
#define NR_IRQS 24
|
||
|
|
||
|
#include_next <irq.h>
|
||
|
|
||
|
#endif /* _ASM_MACH_LASAT_IRQ_H */
|