2005-10-31 14:25:02 +00:00
/*
2008-08-05 16:14:15 +01:00
* arch / arm / mach - realview / include / mach / irqs . h
2005-10-31 14:25:02 +00:00
*
* Copyright ( C ) 2003 ARM Limited
* Copyright ( C ) 2000 Deep Blue Solutions Ltd .
*
* This program is free software ; you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation ; either version 2 of the License , or
* ( at your option ) any later version .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , write to the Free Software
* Foundation , Inc . , 59 Temple Place , Suite 330 , Boston , MA 02111 - 1307 USA
*/
2008-02-04 17:34:58 +01:00
# ifndef __ASM_ARCH_IRQS_H
# define __ASM_ARCH_IRQS_H
2005-10-31 14:25:02 +00:00
2009-05-30 14:00:17 +01:00
# include <mach/irqs-eb.h>
# include <mach/irqs-pb11mp.h>
# include <mach/irqs-pb1176.h>
# include <mach/irqs-pba8.h>
# include <mach/irqs-pbx.h>
2005-11-09 10:50:29 +00:00
2008-02-04 17:34:58 +01:00
# define IRQ_LOCALTIMER 29
# define IRQ_LOCALWDOG 30
2005-10-31 14:25:02 +00:00
2008-02-04 17:34:58 +01:00
# define IRQ_GIC_START 32
2007-02-14 19:18:09 +01:00
2008-02-04 17:34:58 +01:00
# ifndef NR_IRQS
# error "NR_IRQS not defined by the board-specific files"
# endif
2005-10-31 14:25:02 +00:00
2008-02-04 17:34:58 +01:00
# endif