Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/module.h> |
| 2 | #include <linux/types.h> |
| 3 | #include <asm/ptrace.h> |
| 4 | #include <asm/amigahw.h> |
| 5 | #include <asm/amigaints.h> |
| 6 | #include <asm/amipcmcia.h> |
| 7 | |
| 8 | extern volatile u_short amiga_audio_min_period; |
| 9 | extern u_short amiga_audio_period; |
| 10 | |
| 11 | /* |
| 12 | * Add things here when you find the need for it. |
| 13 | */ |
| 14 | EXPORT_SYMBOL(amiga_model); |
| 15 | EXPORT_SYMBOL(amiga_chipset); |
| 16 | EXPORT_SYMBOL(amiga_hw_present); |
| 17 | EXPORT_SYMBOL(amiga_eclock); |
| 18 | EXPORT_SYMBOL(amiga_colorclock); |
| 19 | EXPORT_SYMBOL(amiga_chip_alloc); |
| 20 | EXPORT_SYMBOL(amiga_chip_free); |
| 21 | EXPORT_SYMBOL(amiga_chip_avail); |
| 22 | EXPORT_SYMBOL(amiga_chip_size); |
| 23 | EXPORT_SYMBOL(amiga_audio_period); |
| 24 | EXPORT_SYMBOL(amiga_audio_min_period); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | |
| 26 | #ifdef CONFIG_AMIGA_PCMCIA |
| 27 | EXPORT_SYMBOL(pcmcia_reset); |
| 28 | EXPORT_SYMBOL(pcmcia_copy_tuple); |
| 29 | EXPORT_SYMBOL(pcmcia_program_voltage); |
| 30 | EXPORT_SYMBOL(pcmcia_access_speed); |
| 31 | EXPORT_SYMBOL(pcmcia_write_enable); |
| 32 | EXPORT_SYMBOL(pcmcia_write_disable); |
| 33 | #endif |