• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x/
1/*
2 *  Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
3 *  Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
4 *
5 *  This program is free software; you can redistribute it and/or modify it
6 *  under the terms of the GNU General Public License version 2 as published
7 *  by the Free Software Foundation.
8 */
9#ifndef __ASM_MACH_RALINK_RT305X_IRQ_H
10#define __ASM_MACH_RALINK_RT305X_IRQ_H
11
12#define MIPS_CPU_IRQ_BASE	0
13#define NR_IRQS			48
14
15#include_next <irq.h>
16
17#endif /* __ASM_MACH_RALINK_RT305X_IRQ_H */
18