aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/irq.h
blob: 635d68c1018f0d1195eeab663be08ec5fe24b8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  Copyright (C) 2012 Gabor Juhos <juhosg@openwrt.org>
 *
 *  This program is free software; you can redistribute it and/or modify it
 *  under the terms of the GNU General Public License version 2 as published
 *  by the Free Software Foundation.
 */
#ifndef __ASM_MACH_RALINK_RT3883_IRQ_H
#define __ASM_MACH_RALINK_RT3883_IRQ_H

#define MIPS_CPU_IRQ_BASE	0
#define NR_IRQS			140

#include_next <irq.h>

#endif /* __ASM_MACH_RALINK_RT3883_IRQ_H */