mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 13:14:46 +08:00
[romfs/dfs_romfs.c] _rom_fops add ioctl
This commit is contained in:
parent
1284d40ea5
commit
a343e1d7a0
@ -365,6 +365,7 @@ static const struct dfs_file_ops _rom_fops =
|
||||
{
|
||||
.open = dfs_romfs_open,
|
||||
.close = dfs_romfs_close,
|
||||
.ioctl = dfs_romfs_ioctl,
|
||||
.lseek = generic_dfs_lseek,
|
||||
.read = dfs_romfs_read,
|
||||
.getdents = dfs_romfs_getdents,
|
||||
|
Loading…
x
Reference in New Issue
Block a user