提交 14c29063 编写于 作者: mysterywolf's avatar mysterywolf

[devfs] _device_fs增加注释

上级 5ba96109
...@@ -313,15 +313,13 @@ static const struct dfs_filesystem_ops _device_fs = ...@@ -313,15 +313,13 @@ static const struct dfs_filesystem_ops _device_fs =
"devfs", "devfs",
DFS_FS_FLAG_DEFAULT, DFS_FS_FLAG_DEFAULT,
&_device_fops, &_device_fops,
dfs_device_fs_mount, dfs_device_fs_mount,
RT_NULL, RT_NULL, /*unmount*/
RT_NULL, RT_NULL, /*mkfs*/
RT_NULL, RT_NULL, /*statfs*/
RT_NULL, /*unlink*/
RT_NULL,
dfs_device_fs_stat, dfs_device_fs_stat,
RT_NULL, RT_NULL, /*rename*/
}; };
int devfs_init(void) int devfs_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册