mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-23 23:08:55 +00:00
V1.0.6
This commit is contained in:
@@ -505,6 +505,14 @@ int dfs_elm_ioctl(struct dfs_fd *file, int cmd, void *args)
|
||||
fd->fptr = fptr;
|
||||
return elm_result_to_dfs(result);
|
||||
}
|
||||
case RT_FIOFFASTSEEK:
|
||||
{
|
||||
FIL *fd;
|
||||
fd = (FIL *)(file->data);
|
||||
fd->cltbl = args;
|
||||
f_lseek(fd, CREATE_LINKMAP);
|
||||
return RT_EOK;
|
||||
}
|
||||
}
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user