feat: (devfs) a new filesystem for device exposure.
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / devfs.h
diff --git a/lunaix-os/includes/lunaix/fs/devfs.h b/lunaix-os/includes/lunaix/fs/devfs.h
new file mode 100644 (file)
index 0000000..324706c
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __LUNAIX_DEVFS_H
+#define __LUNAIX_DEVFS_H
+
+void
+devfs_init();
+
+#endif /* __LUNAIX_DEVFS_H */