summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac/ksyms.c
blob: 573e6f78e9a1d14e257544c50066aad0d49915b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <linux/module.h>
#include <linux/pci.h>
#include <asm/ptrace.h>
#include <asm/traps.h>
/* Hook for mouse driver */
extern void (*mac_mouse_interrupt_hook) (char *);

EXPORT_SYMBOL(mac_mouse_interrupt_hook);

#if CONFIG_PCI
EXPORT_SYMBOL(pci_devices);
#endif