patch-2.4.0-test9 linux/include/asm-arm/arch-tbox/irqs.h

Next file: linux/include/asm-arm/arch-tbox/keyboard.h
Previous file: linux/include/asm-arm/arch-tbox/irq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-arm/arch-tbox/irqs.h linux/include/asm-arm/arch-tbox/irqs.h
@@ -0,0 +1,29 @@
+/*
+ * linux/include/asm-arm/arch-tbox/irqs.h
+ *
+ * Copyright (C) 1998, 2000 Philip Blundell
+ */
+
+/*
+ * 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.
+ */
+
+#define IRQ_MPEGDMA		0
+#define IRQ_ASHTX		1
+#define IRQ_ASHRX		2
+#define IRQ_VSYNC		3
+#define IRQ_HSYNC		4
+#define IRQ_MPEG		5
+#define IRQ_UART2		6
+#define IRQ_UART1		7
+#define IRQ_ETHERNET		8
+#define IRQ_TIMER		9
+#define IRQ_AUDIODMA		10
+/* bit 11 used for video field ident */
+#define IRQ_EXPMODCS0		12
+#define IRQ_EXPMODCS1		13
+
+#define irq_cannonicalize(i)	(i)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)