#ifndef MFMDISK_H #define MFMDISK_H #include "devices/flopdrv.h" extern const floppy_interface mfm_disk_floppy_interface; DEVICE_LOAD( mfm_disk ); #endif /* MFMDISK_H */