summaryrefslogtreecommitdiffstats
path: root/arch/m68k/amiga/amiga_ksyms.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-19 22:45:37 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-19 22:45:37 +0000
commit6d403070f28cd44860fdb3a53be5da0275c65cf4 (patch)
tree0d0e7fe7b5fb7568d19e11d7d862b77a866ce081 /arch/m68k/amiga/amiga_ksyms.c
parentecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 (diff)
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
Diffstat (limited to 'arch/m68k/amiga/amiga_ksyms.c')
-rw-r--r--arch/m68k/amiga/amiga_ksyms.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/amiga/amiga_ksyms.c b/arch/m68k/amiga/amiga_ksyms.c
index 4de6e4167..9b686100a 100644
--- a/arch/m68k/amiga/amiga_ksyms.c
+++ b/arch/m68k/amiga/amiga_ksyms.c
@@ -2,7 +2,9 @@
#include <linux/module.h>
#include <linux/types.h>
#include <linux/zorro.h>
+#include <asm/ptrace.h>
#include <asm/amigahw.h>
+#include <asm/amigaints.h>
#include <asm/amipcmcia.h>
extern volatile u_short amiga_audio_min_period;
@@ -12,6 +14,7 @@ extern u_short amiga_audio_period;
* Add things here when you find the need for it.
*/
EXPORT_SYMBOL(amiga_model);
+EXPORT_SYMBOL(amiga_chipset);
EXPORT_SYMBOL(amiga_hw_present);
EXPORT_SYMBOL(amiga_eclock);
EXPORT_SYMBOL(amiga_colorclock);
@@ -21,6 +24,9 @@ EXPORT_SYMBOL(amiga_chip_avail);
EXPORT_SYMBOL(amiga_chip_size);
EXPORT_SYMBOL(amiga_audio_period);
EXPORT_SYMBOL(amiga_audio_min_period);
+EXPORT_SYMBOL(amiga_do_irq);
+EXPORT_SYMBOL(amiga_do_irq_list);
+EXPORT_SYMBOL(amiga_intena_vals);
#ifdef CONFIG_AMIGA_PCMCIA
EXPORT_SYMBOL(pcmcia_reset);