apio
0a7d4a530d
For now, we just have a version device. (this will allow us to get rid of sys_getversion!!) More should be implemented soon.
9 lines
142 B
C++
9 lines
142 B
C++
#pragma once
|
|
#include "fs/VFS.h"
|
|
|
|
namespace DeviceFS
|
|
{
|
|
VFS::Node* get();
|
|
|
|
VFS::Node* finddir(VFS::Node* node, const char* filename);
|
|
} |