refactor: add a simple ramfs for rootfs. Twifs should have more specific job in future.
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / ramfs.h
diff --git a/lunaix-os/includes/lunaix/fs/ramfs.h b/lunaix-os/includes/lunaix/fs/ramfs.h
new file mode 100644 (file)
index 0000000..f7f8e27
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __LUNAIX_RAMFS_H
+#define __LUNAIX_RAMFS_H
+
+void
+ramfs_init();
+
+#endif /* __LUNAIX_RAMFS_H */