mufs: add support for directories
This commit is contained in:
parent
99e2229bbb
commit
e18107d2d5
6 changed files with 272 additions and 9 deletions
|
@ -6,6 +6,7 @@ struct mufs_dir;
|
|||
|
||||
struct mufs_tree {
|
||||
struct mufs *fs;
|
||||
uint32_t va;
|
||||
uint32_t file_size;
|
||||
uint32_t root;
|
||||
uint8_t depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue