[devfs] _device_fs增加注释

This commit is contained in:
Meco Man 2021-05-21 17:50:57 +08:00
parent 5ba96109c6
commit 14c29063e8

View File

@ -313,15 +313,13 @@ static const struct dfs_filesystem_ops _device_fs =
"devfs",
DFS_FS_FLAG_DEFAULT,
&_device_fops,
dfs_device_fs_mount,
RT_NULL,
RT_NULL,
RT_NULL,
RT_NULL,
RT_NULL, /*unmount*/
RT_NULL, /*mkfs*/
RT_NULL, /*statfs*/
RT_NULL, /*unlink*/
dfs_device_fs_stat,
RT_NULL,
RT_NULL, /*rename*/
};
int devfs_init(void)