/*
 *  linux/include/asm-armnommu/arch-p2001/irqs.h
 *
 *  Copyright (C) 2004 Tobias Lorenz
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __ASM_ARCH_IRQS_H__
#define __ASM_ARCH_IRQS_H__

#define IRQ_USB		0
#define IRQ_UART	1
#define IRQ_PWM		2
#define IRQ_FSC		3
#define IRQ_GPIO	4
#define IRQ_PFS0	5
#define IRQ_PFS1	6
#define IRQ_PFS2	7
#define IRQ_PFS3	8
#define IRQ_SO0		9
#define IRQ_SO1		10
#define IRQ_DTMF	11
#define IRQ_WATCHDOG	12
#define IRQ_PCMHW	13
#define IRQ_HDLC_MTS	14
#define IRQ_HDLC_ERROR	15
#define IRQ_HDLC_DATA	16
#define IRQ_EU0_DATA	17
#define IRQ_EU0_ERROR	18
#define IRQ_EU1_DATA	19
#define IRQ_EU1_ERROR	20
#define IRQ_EU2_DATA	21
#define IRQ_EU2_ERROR	22
#define IRQ_EU3_DATA	23
#define IRQ_EU3_ERROR	24
#define IRQ_TIMER1	25
#define IRQ_TIMER2	26

#endif /* __ASM_ARCH_IRQS_H__ */
