diff options
Diffstat (limited to 'src/kernel/vfs/root.h')
-rw-r--r-- | src/kernel/vfs/root.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/vfs/root.h b/src/kernel/vfs/root.h index 501185e..f10fb85 100644 --- a/src/kernel/vfs/root.h +++ b/src/kernel/vfs/root.h @@ -1,5 +1,5 @@ #pragma once #include <kernel/vfs/request.h> -// the VFS provided to init -int vfs_root_handler(struct vfs_request *); +int vfs_root_accept(struct vfs_request *); +bool vfs_root_ready(struct vfs_backend *); |