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

// the VFS provided to init
int vfs_root_handler(struct vfs_op_request *);