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

9 lines
152 B
C

#include <kernel/fs/smemfs.h>
/* casio_smem_umount() - Unmount the File System */
int smemfs_USB2_umount(void)
{
// Do nothing for now
return (0);
}