--- uae/src/include/autoconf.h 2018/04/24 17:17:03 1.1.1.9 +++ uae/src/include/autoconf.h 2018/04/24 17:18:52 1.1.1.10 @@ -34,40 +34,10 @@ extern uaecptr ROM_hardfile_resname, ROM extern uaecptr ROM_hardfile_init; extern uaecptr filesys_initcode; -extern int nr_units (struct uaedev_mount_info *mountinfo); -extern int is_hardfile (struct uaedev_mount_info *mountinfo, int unit_no); -extern char *set_filesys_unit (struct uaedev_mount_info *mountinfo, int, - char *volname, char *rootdir, int readonly, - int secs, int surfaces, int reserved, - int blocksize); -extern char *add_filesys_unit (struct uaedev_mount_info *mountinfo, - char *volname, char *rootdir, int readonly, - int secs, int surfaces, int reserved, - int blocksize); -extern char *get_filesys_unit (struct uaedev_mount_info *mountinfo, int nr, - char **volname, char **rootdir, int *readonly, - int *secspertrack, int *surfaces, int *reserved, - int *cylinders, int *size, int *blocksize); -extern int kill_filesys_unit (struct uaedev_mount_info *mountinfo, int); -extern int move_filesys_unit (struct uaedev_mount_info *mountinfo, int nr, int to); -extern int sprintf_filesys_unit (struct uaedev_mount_info *mountinfo, char *buffer, int num); -extern void write_filesys_config (struct uaedev_mount_info *mountinfo, const char *unexpanded, - const char *defaultpath, FILE *f); - -extern struct uaedev_mount_info *alloc_mountinfo (void); -extern struct uaedev_mount_info *dup_mountinfo (struct uaedev_mount_info *); -extern void free_mountinfo (struct uaedev_mount_info *); - -extern void filesys_reset (void); -extern void filesys_prepare_reset (void); -extern void filesys_start_threads (void); - -extern void filesys_install (void); -extern void filesys_install_code (void); -extern void filesys_store_devinfo (uae_u8 *); extern void hardfile_install (void); extern void emulib_install (void); extern void expansion_init (void); +extern void expansion_clear (void); extern void expansion_cleanup (void); #define RTAREA_BASE 0xF00000