diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /arch/m68k/mac/mac_ksyms.c | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'arch/m68k/mac/mac_ksyms.c')
-rw-r--r-- | arch/m68k/mac/mac_ksyms.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/m68k/mac/mac_ksyms.c b/arch/m68k/mac/mac_ksyms.c index a558d1684..6e37ceb0f 100644 --- a/arch/m68k/mac/mac_ksyms.c +++ b/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); |