1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-07 03:31:25 +02:00
openwrt/target/linux/amazon/files/include/asm-mips/mach-amazon/irq.h

8 lines
102 B
C

#ifndef __AMAZON_IRQ_H
#define __AMAZON_IRQ_H
#define NR_IRQS 256
#include_next <irq.h>
#endif