patch-2.4.22 linux-2.4.22/include/asm-arm/arch-riscstation/irqs.h

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

diff -urN linux-2.4.21/include/asm-arm/arch-riscstation/irqs.h linux-2.4.22/include/asm-arm/arch-riscstation/irqs.h
@@ -0,0 +1,22 @@
+/*
+ *  linux/include/asm-arm/arch-rs/irqs.h
+ *
+ * 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.
+ *
+ * (c) 2002 Simtec Electronics / Ben Dooks
+ */
+
+/* identical to the arch-rpc implementation (bjd) */
+
+#include <asm/arch-rpc/irqs.h>
+
+#define RTC_IRQ    (27)
+#define IRQ_MOUSERX  (40)
+#define IRQ_MOUSETX  (41)
+
+#undef IRQ_MOUSERX
+#undef IRQ_MOUSETX
+#define IRQ_MOUSERX      (40)
+#define IRQ_MOUSETX      (41)

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