patch-2.3.17 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 --recursive --new-file v2.3.16/linux/arch/m68k/mac/mac_ksyms.c linux/arch/m68k/mac/mac_ksyms.c
@@ -1,7 +1,8 @@
 #include <linux/module.h>
 #include <asm/ptrace.h>
 #include <asm/traps.h>
-/* Hook for mouse driver */
-extern void (*adb_mouse_interrupt_hook) (char *);
 
-EXPORT_SYMBOL(adb_mouse_interrupt_hook);
+/* Says whether we're using A/UX interrupts or not */
+extern int via_alt_mapping;
+
+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)