mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 13:45:01 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
#include "BlockDevice.h"
|
|
|
|
BlockDevice::BlockDevice()
|
|
{
|
|
}
|
|
|
|
BlockDevice::~BlockDevice()
|
|
{
|
|
}
|