add seek, read, write

This commit is contained in:
2025-04-26 19:46:34 +03:00
parent 87f3239c52
commit 3b3ce23df0
3 changed files with 16 additions and 4 deletions

View File

@@ -56,6 +56,9 @@ int fs_ls(void *d);
int fs_la(void *d);
int fs_rm(void *d);
int fs_open(void *d);
int fs_seek(void *d);
int fs_read(void *d);
int fs_write(void *d);
int fs_close(void *d);
int fs_allow_write(void *d);
int fs_prohibit_write(void *d);