summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/vfs/root.h')
-rw-r--r--src/kernel/vfs/root.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/vfs/root.h b/src/kernel/vfs/root.h
new file mode 100644
index 0000000..617ba1c
--- /dev/null
+++ b/src/kernel/vfs/root.h
@@ -0,0 +1,5 @@
+#pragma once
+#include <kernel/vfs/mount.h>
+
+// the VFS provided to init
+int vfs_root_handler(struct vfs_op_request *);