summaryrefslogtreecommitdiff
path: root/fs/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/file.h')
-rw-r--r--fs/file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/file.h b/fs/file.h
index f8445a2..7734393 100644
--- a/fs/file.h
+++ b/fs/file.h
@@ -3,6 +3,8 @@
#include <stdint.h>
+#define FILE_MAX_FILES 100;
+
typedef struct
{
int(* seek)(int offset, int whence);
@@ -17,4 +19,8 @@ typedef struct
}file;
+
+
+
+
#endif