mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Move devices into Kernel/Devices/.
This commit is contained in:
5
Kernel/Devices/BlockDevice.cpp
Normal file
5
Kernel/Devices/BlockDevice.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <Kernel/Devices/BlockDevice.h>
|
||||
|
||||
BlockDevice::~BlockDevice()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user