mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 12:53:31 +08:00
[devfs] _device_fs增加注释
This commit is contained in:
parent
5ba96109c6
commit
14c29063e8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user