4
0
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:
yuqingli 2024-12-24 23:16:26 +08:00 committed by Meco Man
parent 1284d40ea5
commit a343e1d7a0

View File

@ -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,