summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/file.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/file.h b/fs/file.h
index 481a173..e5a0664 100644
--- a/fs/file.h
+++ b/fs/file.h
@@ -5,9 +5,11 @@
typedef struct file_struct
{
-
uint32_t file_id;
+ void (*read)();
+ void (*write)();
+ void (*seek)();
}file;