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
commit 462618b68c
Notes: sideshowbarker 2024-07-17 17:07:18 +09:00
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 {