| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/module.h> | 
|  | 2 |  | 
|  | 3 | #include <asm/ptrace.h> | 
|  | 4 | #include <asm/traps.h> | 
|  | 5 | #include <asm/atarihw.h> | 
|  | 6 | #include <asm/atariints.h> | 
|  | 7 | #include <asm/atarikb.h> | 
|  | 8 | #include <asm/atari_joystick.h> | 
|  | 9 | #include <asm/atari_stdma.h> | 
|  | 10 | #include <asm/atari_stram.h> | 
|  | 11 |  | 
|  | 12 | extern void atari_microwire_cmd( int cmd ); | 
|  | 13 | extern int atari_MFP_init_done; | 
|  | 14 | extern int atari_SCC_init_done; | 
|  | 15 | extern int atari_SCC_reset_done; | 
|  | 16 |  | 
|  | 17 | EXPORT_SYMBOL(atari_mch_cookie); | 
|  | 18 | EXPORT_SYMBOL(atari_mch_type); | 
|  | 19 | EXPORT_SYMBOL(atari_hw_present); | 
|  | 20 | EXPORT_SYMBOL(atari_switches); | 
|  | 21 | EXPORT_SYMBOL(atari_dont_touch_floppy_select); | 
|  | 22 | EXPORT_SYMBOL(atari_register_vme_int); | 
|  | 23 | EXPORT_SYMBOL(atari_unregister_vme_int); | 
|  | 24 | EXPORT_SYMBOL(stdma_lock); | 
|  | 25 | EXPORT_SYMBOL(stdma_release); | 
|  | 26 | EXPORT_SYMBOL(stdma_others_waiting); | 
|  | 27 | EXPORT_SYMBOL(stdma_islocked); | 
|  | 28 | EXPORT_SYMBOL(atari_stram_alloc); | 
|  | 29 | EXPORT_SYMBOL(atari_stram_free); | 
|  | 30 |  | 
|  | 31 | EXPORT_SYMBOL(atari_MFP_init_done); | 
|  | 32 | EXPORT_SYMBOL(atari_SCC_init_done); | 
|  | 33 | EXPORT_SYMBOL(atari_SCC_reset_done); | 
|  | 34 |  | 
|  | 35 | EXPORT_SYMBOL(atari_microwire_cmd); |