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, 1 insertions, 4 deletions
diff --git a/src/kernel/vfs/root.h b/src/kernel/vfs/root.h
index 3db958d..dd72202 100644
--- a/src/kernel/vfs/root.h
+++ b/src/kernel/vfs/root.h
@@ -1,5 +1,2 @@
#pragma once
-#include <kernel/vfs/request.h>
-
-void vfs_root_accept(struct vfs_request *);
-bool vfs_root_ready(struct vfs_backend *);
+void vfs_root_init(void);