Add file and directory creation, mkdir
This commit is contained in:
+2
-2
@@ -7,9 +7,9 @@
|
||||
|
||||
fs_node_t *fat16_mount();
|
||||
|
||||
fs_node_t *fat16_open_by(const fs_node_t *directory, const char *name);
|
||||
fs_node_t *fat16_open_by(const fs_node_t *directory, const char *name, uint64_t flags);
|
||||
|
||||
fs_node_t *fat16_open_at(const fs_node_t *directory, uint64_t index);
|
||||
fs_node_t *fat16_open_at(const fs_node_t *directory, uint16_t index, uint64_t flags);
|
||||
|
||||
fs_node_t *fat16_open_again(const fs_node_t *source);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user