mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
Import all this stuff into a single repo called Serenity.
This commit is contained in:
9
VirtualFileSystem/BlockDevice.cpp
Normal file
9
VirtualFileSystem/BlockDevice.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "BlockDevice.h"
|
||||
|
||||
BlockDevice::BlockDevice()
|
||||
{
|
||||
}
|
||||
|
||||
BlockDevice::~BlockDevice()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user