244132bf09
SVN-Revision: 7329
10 lines
174 B
C
10 lines
174 B
C
#ifndef __ASM_MACH_MIPS_IRQ_H
|
|
#define __ASM_MACH_MIPS_IRQ_H
|
|
|
|
#include <linux/autoconf.h>
|
|
|
|
#define MIPS_CPU_IRQ_BASE 0
|
|
#define NR_IRQS 256
|
|
|
|
#endif /* __ASM_MACH_MIPS_IRQ_H */
|