ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-tbox / irqs.h
1 /*
2  * linux/include/asm-arm/arch-tbox/irqs.h
3  *
4  * Copyright (C) 1998, 2000 Philip Blundell
5  */
6
7 /*
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License
10  * as published by the Free Software Foundation; either version
11  * 2 of the License, or (at your option) any later version.
12  */
13
14 #define IRQ_MPEGDMA             0
15 #define IRQ_ASHTX               1
16 #define IRQ_ASHRX               2
17 #define IRQ_VSYNC               3
18 #define IRQ_HSYNC               4
19 #define IRQ_MPEG                5
20 #define IRQ_UART2               6
21 #define IRQ_UART1               7
22 #define IRQ_ETHERNET            8
23 #define IRQ_TIMER               9
24 #define IRQ_AUDIODMA            10
25 /* bit 11 used for video field ident */
26 #define IRQ_EXPMODCS0           12
27 #define IRQ_EXPMODCS1           13
28
29 #define irq_canonicalize(i)     (i)