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