Vhex-kernel/src/kernel/fs/smemfs/power_graphic_2/filesystem/umount.c

9 lines
152 B
C
Raw Normal View History

#include <kernel/fs/smemfs.h>
/* casio_smem_umount() - Unmount the File System */
2020-05-03 23:10:49 +02:00
int smemfs_USB2_umount(void)
{
// Do nothing for now
return (0);
}