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

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