xref: /linux/arch/mips/include/asm/mach-lantiq/xway/irq.h (revision b9d7eb6a31be296ca0af95641a23c4c758703c0a)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  *  Copyright (C) 2010 John Crispin <john@phrozen.org>
5  */
6 
7 #ifndef __LANTIQ_IRQ_H
8 #define __LANTIQ_IRQ_H
9 
10 #include <lantiq_irq.h>
11 
12 #define NR_IRQS 256
13 
14 #include <asm/mach-generic/irq.h>
15 
16 #endif
17