aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src/storage/StorageManagement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/devices/src/storage/StorageManagement.cpp')
-rw-r--r--kernel/devices/src/storage/StorageManagement.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/devices/src/storage/StorageManagement.cpp b/kernel/devices/src/storage/StorageManagement.cpp
new file mode 100644
index 0000000..f34fa15
--- /dev/null
+++ b/kernel/devices/src/storage/StorageManagement.cpp
@@ -0,0 +1,9 @@
+#include "devices/storage/StorageManagement.hpp"
+
+namespace devices::storage
+{
+ auto storage_management::init() -> void
+ {
+ // TODO BA-FS26 implement storage management initialization
+ }
+} // namespace devices::storage \ No newline at end of file