9 lines
146 B
C
9 lines
146 B
C
|
#ifndef __ASM_MACH_MIPS_IRQ_H
|
||
|
#define __ASM_MACH_MIPS_IRQ_H
|
||
|
|
||
|
#include <linux/autoconf.h>
|
||
|
|
||
|
#define NR_IRQS 256
|
||
|
|
||
|
#endif /* __ASM_MACH_MIPS_IRQ_H */
|