Kernel: Make FIFO inherit from File.

This commit is contained in:
Andreas Kling 2019-04-29 04:55:54 +02:00
commit 0a0d739e98
Notes: sideshowbarker 2024-07-19 14:33:20 +09:00
18 changed files with 96 additions and 72 deletions

View file

@ -1,5 +1,6 @@
#pragma once
#include <Kernel/FileSystem/InodeIdentifier.h>
#include <Kernel/TTY/TTY.h>
class MasterPTY;