1 2 3 4 5
#pragma once #include <kernel/vfs/request.h> int vfs_root_accept(struct vfs_request *); bool vfs_root_ready(struct vfs_backend *);