Luna/kernel/include/fs/devices/DeviceFS.h

9 lines
142 B
C
Raw Normal View History

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