summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/root.h
diff options
context:
space:
mode:
authordzwdz2021-09-12 12:47:51 +0200
committerdzwdz2021-09-12 12:47:51 +0200
commite65d58357aaff7c1d05c06753538383478c1b0e9 (patch)
tree524acff4943892d62cfcd33a26fc83cace6aef83 /src/kernel/vfs/root.h
parent8fe035d7d75d09f314f9e8aefe1dcaf1e10d1954 (diff)
vfs request refactor pt1
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 *);