mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 21:25:07 +00:00
10 lines
167 B
C++
10 lines
167 B
C++
#include "CharacterDevice.h"
|
|
|
|
CharacterDevice::~CharacterDevice()
|
|
{
|
|
}
|
|
|
|
OwnPtr<FileHandle> CharacterDevice::open(int options)
|
|
{
|
|
//VirtualFileSystem::the().open()
|
|
}
|