patch-2.2.18 linux/arch/m68k/mac/mac_ksyms.c

Next file: linux/arch/m68k/mac/mac_penguin.S
Previous file: linux/arch/m68k/mac/iop.c
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/m68k/mac/mac_ksyms.c linux/arch/m68k/mac/mac_ksyms.c
@@ -1,7 +1,14 @@
 #include <linux/module.h>
 #include <asm/ptrace.h>
 #include <asm/traps.h>
+
 /* Hook for mouse driver */
 extern void (*adb_mouse_interrupt_hook) (char *);
 
+/* Says whether we're using A/UX interrupts or not */
+extern int via_alt_mapping;
+
+#ifndef CONFIG_ADB_NEW
 EXPORT_SYMBOL(adb_mouse_interrupt_hook);
+#endif
+EXPORT_SYMBOL(via_alt_mapping);

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