diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/file.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,9 +5,11 @@ typedef struct file_struct { - uint32_t file_id; + void (*read)(); + void (*write)(); + void (*seek)(); }file; |
