[BACK]Return to irqs.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-arm / arch-integrator

File: [Development] / linux-2.6-xfs / include / asm-arm / arch-integrator / Attic / irqs.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

/*
 *  linux/include/asm-arm/arch-integrator/irqs.h
 *
 *  Copyright (C) 1999 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
 */

/* 
 *  Interrupt numbers
 */
#define IRQ_PIC_START			0
#define IRQ_SOFTINT			0
#define IRQ_UARTINT0			1
#define IRQ_UARTINT1			2
#define IRQ_KMIINT0			3
#define IRQ_KMIINT1			4
#define IRQ_TIMERINT0			5
#define IRQ_TIMERINT1			6
#define IRQ_TIMERINT2			7
#define IRQ_RTCINT			8
#define IRQ_AP_EXPINT0			9
#define IRQ_AP_EXPINT1			10
#define IRQ_AP_EXPINT2			11
#define IRQ_AP_EXPINT3			12
#define IRQ_AP_PCIINT0			13
#define IRQ_AP_PCIINT1			14
#define IRQ_AP_PCIINT2			15
#define IRQ_AP_PCIINT3			16
#define IRQ_AP_V3INT			17
#define IRQ_AP_CPINT0			18
#define IRQ_AP_CPINT1			19
#define IRQ_AP_LBUSTIMEOUT 		20
#define IRQ_AP_APCINT			21
#define IRQ_PIC_END			31

#define IRQ_CIC_START			32
#define IRQ_CM_SOFTINT			32
#define IRQ_CM_COMMRX			33
#define IRQ_CM_COMMTX			34
#define IRQ_CIC_END			34

#define NR_IRQS                         47