X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_fat.c;fp=src%2Fdrivers%2Fao_fat.c;h=9cd3d34be25b32cc83ccae414befd1e1b1b5a204;hp=bb0aa7a221e40e9f0ebfda422603e3d740606611;hb=144b44e13ce3361ff59cbb555e84d542455a4e17;hpb=a70139c9a8a177df8f20f525703b13c0aec0fbc7 diff --git a/src/drivers/ao_fat.c b/src/drivers/ao_fat.c index bb0aa7a2..9cd3d34b 100644 --- a/src/drivers/ao_fat.c +++ b/src/drivers/ao_fat.c @@ -608,6 +608,12 @@ ao_fat_setup(void) return ao_filesystem_status; } +void +ao_fat_unmount(void) +{ + ao_filesystem_setup = 0; +} + /* * Basic file operations */