mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Kernel: Add empty BlockDevice class.
This commit is contained in:
parent
994279d56c
commit
2dc7c5a7b0
4 changed files with 17 additions and 2 deletions
|
@ -39,6 +39,7 @@ VFS_OBJS = \
|
|||
DiskDevice.o \
|
||||
Device.o \
|
||||
CharacterDevice.o \
|
||||
BlockDevice.o \
|
||||
NullDevice.o \
|
||||
FullDevice.o \
|
||||
ZeroDevice.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue