summaryrefslogtreecommitdiffstats
path: root/target/linux/danube/files/include/asm-mips/mach-danube/irq.h
blob: 7f1e7d3325f3603962208b0d31095811adc7a405 (plain)
1
2
3
4
5
6
7
8
#ifndef __DANUBE_IRQ_H
#define __DANUBE_IRQ_H

#define NR_IRQS    256 
#include_next <irq.h>

#endif