mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
Kernel: Add empty BlockDevice class.
This commit is contained in:
parent
994279d56c
commit
2dc7c5a7b0
Notes:
sideshowbarker
2024-07-19 15:42:14 +09:00
Author: https://github.com/awesomekling
Commit: 2dc7c5a7b0
4 changed files with 17 additions and 2 deletions
5
Kernel/BlockDevice.cpp
Normal file
5
Kernel/BlockDevice.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <Kernel/BlockDevice.h>
|
||||
|
||||
BlockDevice::~BlockDevice()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue