aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src/storage/StorageController.cpp
diff options
context:
space:
mode:
authormarcel.braun <marcel.braun@ost.ch>2026-02-28 17:03:03 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-17 16:42:17 +0100
commit2d52fae22143ec94c3741e60fd74374f9675e742 (patch)
tree3f159c27304f6c661e80d95b80c3a7a8da7056f2 /kernel/devices/src/storage/StorageController.cpp
parent7a9bdbc58361ff22491785d778474571035ad697 (diff)
downloadteachos-2d52fae22143ec94c3741e60fd74374f9675e742.tar.xz
teachos-2d52fae22143ec94c3741e60fd74374f9675e742.zip
Implement RAMDiskController and instantiate it in StorageManagement
Diffstat (limited to 'kernel/devices/src/storage/StorageController.cpp')
-rw-r--r--kernel/devices/src/storage/StorageController.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/devices/src/storage/StorageController.cpp b/kernel/devices/src/storage/StorageController.cpp
deleted file mode 100644
index fe386cf..0000000
--- a/kernel/devices/src/storage/StorageController.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "devices/storage/StorageController.hpp"
-
-namespace devices::storage
-{
- // TODO BA-FS26 implement storage controller functionality
-} // namespace devices::storage \ No newline at end of file