aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fs/fs.h')
-rw-r--r--src/kernel/fs/fs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kernel/fs/fs.h b/src/kernel/fs/fs.h
deleted file mode 100644
index 58b23db..0000000
--- a/src/kernel/fs/fs.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MELVIX_FS_H
-#define MELVIX_FS_H
-
-#include <stdint.h>
-
-u32 get_file_size(char *path);
-u32 read(char *path, u32 offset, u32 count, u8 *buf);
-u32 write(char *path, u32 offset, u32 count, u8 *buf);
-u8 *read_file(char *path); // Only for temp kernel reads
-
-#endif \ No newline at end of file