aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/amazon/files/arch/mips/include/asm/mach-amazon/irq.h
blob: e72b7d5c1198bc798b0334311e2f600420982e91 (plain)
1
2
3
4
5
6
7
#ifndef __AMAZON_IRQ_H
#define __AMAZON_IRQ_H

#define NR_IRQS      256
#include_next <irq.h>

#endif