mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
new: devfs删除文件夹
This commit is contained in:
@ -48,11 +48,11 @@
|
||||
|
||||
文件夹类型:
|
||||
|
||||
``#define VFS_ATTR_FILE (1UL << 0)``
|
||||
``#define VFS_IF_FILE (1UL << 0)``
|
||||
|
||||
``#define VFS_ATTR_DIR (1UL << 1)``
|
||||
``#define VFS_IF_DIR (1UL << 1)``
|
||||
|
||||
``#define VFS_ATTR_DEVICE (1UL << 2)``
|
||||
``#define VFS_IF_DEVICE (1UL << 2)``
|
||||
|
||||
缓冲区长度的默认值
|
||||
|
||||
|
Reference in New Issue
Block a user