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_cannonicalize(i)	(i)
30