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>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			393 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 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 */
 |