1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:37:45 +00:00

Kernel: Add Device base class for CharacterDevice.

..to prepare for adding a BlockDevice class.
This commit is contained in:
Andreas Kling 2019-02-16 00:47:20 +01:00
parent c6ca6522fc
commit 994279d56c
11 changed files with 113 additions and 94 deletions

View file

@ -37,6 +37,7 @@ KERNEL_OBJS = \
VFS_OBJS = \
DiskDevice.o \
Device.o \
CharacterDevice.o \
NullDevice.o \
FullDevice.o \