summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/root.h
blob: 3db958d2029af6091af713835974636cd9c8e64e (plain)
1
2
3
4
5
#pragma once
#include <kernel/vfs/request.h>

void vfs_root_accept(struct vfs_request *);
bool vfs_root_ready(struct vfs_backend *);