Tidying:
commitb2e5b64f6e6080b429e1264e1983608d67e596ef
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 2 Aug 2015 21:36:27 +0000 (2 21:36 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 2 Aug 2015 21:36:27 +0000 (2 21:36 +0000)
tree8d637b2fe0a18f0686ff6de86388fd8664cb75ab
parentc11f8d2e14393e730d7af7e0cb9e710d2579ee66
Tidying:
 - Moved volume-related functions from fat.c and disk.c to their own
   file, volume.c.
 - Moved date conversion functions from fat.c to their own file, date.c.
 - fat.c now only contains functions related to the actual FAT structure.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50996 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/filesys/fat/date.c [new file with mode: 0644]
rom/filesys/fat/disk.c
rom/filesys/fat/fat.c
rom/filesys/fat/fat_fs.h
rom/filesys/fat/fat_protos.h
rom/filesys/fat/main.c
rom/filesys/fat/mmakefile.src
rom/filesys/fat/volume.c [copied from rom/filesys/fat/fat.c with 68% similarity]