2005-10-31 14:25:02 +00:00
|
|
|
/*
|
|
|
|
* linux/include/asm-arm/arch-realview/irqs.h
|
|
|
|
*
|
|
|
|
* 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 16:34:58 +00:00
|
|
|
#ifndef __ASM_ARCH_IRQS_H
|
|
|
|
#define __ASM_ARCH_IRQS_H
|
2005-10-31 14:25:02 +00:00
|
|
|
|
2008-02-04 16:34:58 +00:00
|
|
|
#include <asm/arch/board-eb.h>
|
2008-04-18 21:43:13 +00:00
|
|
|
#include <asm/arch/board-pb11mp.h>
|
2008-04-18 21:43:15 +00:00
|
|
|
#include <asm/arch/board-pb1176.h>
|
2005-11-09 10:50:29 +00:00
|
|
|
|
2008-02-04 16:34:58 +00:00
|
|
|
#define IRQ_LOCALTIMER 29
|
|
|
|
#define IRQ_LOCALWDOG 30
|
2005-10-31 14:25:02 +00:00
|
|
|
|
2008-02-04 16:34:58 +00:00
|
|
|
#define IRQ_GIC_START 32
|
2007-02-14 18:18:09 +00:00
|
|
|
|
2008-02-04 16:34:58 +00: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 16:34:58 +00:00
|
|
|
#endif
|