mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 08:06:50 +07:00
7ca5dc145b
This patch adds support for the Texas Instruments AR7 System-on-a-Chip. It supports the TNETD7100, 7200 and 7300 versions of the SoC. Signed-off-by: Matteo Croce <matteo@openwrt.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Eugene Konev <ejka@openwrt.org> Signed-off-by: Nicolas Thill <nico@openwrt.org> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 lines
393 B
C
17 lines
393 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.
|
|
*
|
|
* Shamelessly copied from asm-mips/mach-emma2rh/
|
|
* Copyright (C) 2003 by Ralf Baechle
|
|
*/
|
|
#ifndef __ASM_AR7_IRQ_H
|
|
#define __ASM_AR7_IRQ_H
|
|
|
|
#define NR_IRQS 256
|
|
|
|
#include_next <irq.h>
|
|
|
|
#endif /* __ASM_AR7_IRQ_H */
|