1
0
Files
Andrey Zolotarev 4a8d99989c arch: mips: add support SoC en7512/en7513, case 14124
Also partial support en7516.

Based on MTK/Econet SDK.
2019-02-08 17:36:06 +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_TC3262_IRQ_H
#define __ASM_MACH_MIPS_TC3262_IRQ_H
#define MIPS_CPU_IRQ_BASE 0
#include <asm/tc3162/surfboardint.h>
#define NR_IRQS (SURFBOARDINT_END + 1)
#include_next <irq.h>
#endif