mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
Import all this stuff into a single repo called Serenity.
This commit is contained in:
commit
5a30055157
Notes:
sideshowbarker
2024-07-19 18:51:29 +09:00
Author: https://github.com/awesomekling 🔰
Commit: 5a30055157
67 changed files with 8836 additions and 0 deletions
9
VirtualFileSystem/BlockDevice.cpp
Normal file
9
VirtualFileSystem/BlockDevice.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "BlockDevice.h"
|
||||
|
||||
BlockDevice::BlockDevice()
|
||||
{
|
||||
}
|
||||
|
||||
BlockDevice::~BlockDevice()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue