Moved fat-handler sources to rom/filesys.
commitbc06d569ceb28d67cd18db90ee6413c24719b05b
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 13 Jul 2012 00:52:39 +0000 (13 00:52 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 13 Jul 2012 00:52:39 +0000 (13 00:52 +0000)
tree983eb01841e1e9abd8922aff5a355aa223986fb4
parent1979ab83472b4d054020895dc728f27e95b91714
Moved fat-handler sources to rom/filesys.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45217 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
24 files changed:
rom/filesys/fat/cache.c [new file with mode: 0644]
rom/filesys/fat/cache.h [new file with mode: 0644]
rom/filesys/fat/charset.c [new file with mode: 0644]
rom/filesys/fat/charset.h [new file with mode: 0644]
rom/filesys/fat/debug.h [new file with mode: 0644]
rom/filesys/fat/direntry.c [new file with mode: 0644]
rom/filesys/fat/disk.c [new file with mode: 0644]
rom/filesys/fat/fat.c [new file with mode: 0644]
rom/filesys/fat/fat_fs.h [new file with mode: 0644]
rom/filesys/fat/fat_protos.h [new file with mode: 0644]
rom/filesys/fat/fat_struct.h [new file with mode: 0644]
rom/filesys/fat/file.c [new file with mode: 0644]
rom/filesys/fat/lock.c [new file with mode: 0644]
rom/filesys/fat/main.c [new file with mode: 0644]
rom/filesys/fat/makefile [new file with mode: 0644]
rom/filesys/fat/mmakefile.src [new file with mode: 0644]
rom/filesys/fat/names.c [new file with mode: 0644]
rom/filesys/fat/notify.c [new file with mode: 0644]
rom/filesys/fat/ops.c [new file with mode: 0644]
rom/filesys/fat/packet.c [new file with mode: 0644]
rom/filesys/fat/startup.c [new file with mode: 0644]
rom/filesys/fat/support.c [new file with mode: 0644]
rom/filesys/fat/support.h [new file with mode: 0644]
rom/filesys/fat/timer.c [new file with mode: 0644]