mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
Add basic character device support. Start with null and zero.
This commit is contained in:
parent
fa3b11ac64
commit
93556d6743
14 changed files with 157 additions and 2 deletions
|
@ -8,7 +8,7 @@ public:
|
|||
explicit FileHandle(RetainPtr<VirtualFileSystem::Node>&&);
|
||||
~FileHandle();
|
||||
|
||||
ByteBuffer read() const;
|
||||
ByteBuffer read();
|
||||
|
||||
private:
|
||||
friend class VirtualFileSystem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue