#pragma once
#include "fs/VFS.h"

namespace DeviceFS
{
    VFS::Node* get();

    VFS::Node* finddir(VFS::Node* node, const char* filename);
}