1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 22:52:07 +00:00

Kernel/Storage: Move Ramdisk code into a separate subdirectory

This commit is contained in:
Liav A 2022-03-19 11:55:55 +02:00 committed by Linus Groh
parent f5acef0b81
commit 462618b68c
6 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
#include <Kernel/Storage/Partition/EBRPartitionTable.h>
#include <Kernel/Storage/Partition/GUIDPartitionTable.h>
#include <Kernel/Storage/Partition/MBRPartitionTable.h>
#include <Kernel/Storage/RamdiskController.h>
#include <Kernel/Storage/Ramdisk/Controller.h>
#include <Kernel/Storage/StorageManagement.h>
namespace Kernel {