2007-05-19 21:14:38 +08:00
|
|
|
#ifndef __ASM_MACH_MIPS_IRQ_H
|
|
|
|
#define __ASM_MACH_MIPS_IRQ_H
|
|
|
|
|
|
|
|
#include <linux/autoconf.h>
|
|
|
|
|
2007-05-24 22:43:41 +08:00
|
|
|
#define MIPS_CPU_IRQ_BASE 0
|
2007-05-19 21:14:38 +08:00
|
|
|
#define NR_IRQS 256
|
|
|
|
|
|
|
|
#endif /* __ASM_MACH_MIPS_IRQ_H */
|