1
0
Files
Andrey Zolotarev 92b41e38d1 arch: mips: add support SoC mt7621 & mt7628, case 13803
Based on Ralink/MTK SDK.
2019-02-08 17:26:04 +03:00

20 lines
434 B
C

/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2003 by Ralf Baechle
*/
#ifndef __ASM_MACH_MIPS_RT2880_IRQ_H
#define __ASM_MACH_MIPS_RT2880_IRQ_H
#define MIPS_CPU_IRQ_BASE 0
#include <asm/rt2880/surfboardint.h>
#define NR_IRQS (SURFBOARDINT_END + 1)
#include_next <irq.h>
#endif