mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
Kernel: Make FIFO inherit from File.
This commit is contained in:
parent
f254a84d17
commit
0a0d739e98
Notes:
sideshowbarker
2024-07-19 14:33:20 +09:00
Author: https://github.com/awesomekling
Commit: 0a0d739e98
18 changed files with 96 additions and 72 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/FileSystem/InodeIdentifier.h>
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
|
||||
class MasterPTY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue