mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 14:17:22 +02:00
128 irqs is not enough...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ecb2219233
commit
0f2cb4d578
16
target/linux/ar7/files/include/asm-mips/ar7/irq.h
Normal file
16
target/linux/ar7/files/include/asm-mips/ar7/irq.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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 */
|
Loading…
Reference in New Issue
Block a user