summaryrefslogtreecommitdiff
path: root/fs/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/file.h')
-rw-r--r--fs/file.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/fs/file.h b/fs/file.h
new file mode 100644
index 0000000..481a173
--- /dev/null
+++ b/fs/file.h
@@ -0,0 +1,14 @@
+#ifndef FILE_H
+#define FILE_H
+
+#include <stdint.h>
+
+typedef struct file_struct
+{
+
+ uint32_t file_id;
+
+
+}file;
+
+#endif