about summary refs log tree commit diff stats
path: root/kernel.soso/rootfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/rootfs.h')
-rw-r--r--kernel.soso/rootfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.soso/rootfs.h b/kernel.soso/rootfs.h
new file mode 100644
index 00000000..7271deaa
--- /dev/null
+++ b/kernel.soso/rootfs.h
@@ -0,0 +1,8 @@
+#ifndef ROOTFS_H
+#define ROOTFS_H
+
+#include "fs.h"
+
+FileSystemNode* initializeRootFS();
+
+#endif // ROOTFS_H