mirror of
https://github.com/RGBCube/serenity
synced 2025-06-03 22:28:11 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
#include "BlockDevice.h"
|
|
|
|
BlockDevice::BlockDevice()
|
|
{
|
|
}
|
|
|
|
BlockDevice::~BlockDevice()
|
|
{
|
|
}
|