#pragma once #include "fs/VFS.h" namespace DeviceFS { VFS::Node* get(); VFS::Node* finddir(VFS::Node* node, const char* filename); VFS::Node* readdir(VFS::Node* node, long offset); }