Add file removal, rm
This commit is contained in:
@@ -27,6 +27,8 @@ void fs_write(fs_node_t *file, uint32_t offset, const void *from, uint32_t bytes
|
||||
|
||||
void fs_truncate(fs_node_t *file, uint32_t size);
|
||||
|
||||
void fs_remove(fs_node_t *file);
|
||||
|
||||
void fs_close(fs_node_t *node);
|
||||
|
||||
void fs_unmount(fs_node_t *fs);
|
||||
|
||||
Reference in New Issue
Block a user