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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/vfs/root.h b/src/kernel/vfs/root.h
index 617ba1c..501185e 100644
--- a/src/kernel/vfs/root.h
+++ b/src/kernel/vfs/root.h
@@ -1,5 +1,5 @@
#pragma once
-#include <kernel/vfs/mount.h>
+#include <kernel/vfs/request.h>
// the VFS provided to init
-int vfs_root_handler(struct vfs_op_request *);
+int vfs_root_handler(struct vfs_request *);