mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 06:43:10 +02:00
bba8f3b162
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7329 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */
|