aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/include
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/devices/include')
-rw-r--r--kernel/devices/include/devices/storage/StorageManagement.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/devices/include/devices/storage/StorageManagement.hpp b/kernel/devices/include/devices/storage/StorageManagement.hpp
index 632ff19..226fb28 100644
--- a/kernel/devices/include/devices/storage/StorageManagement.hpp
+++ b/kernel/devices/include/devices/storage/StorageManagement.hpp
@@ -17,7 +17,9 @@ namespace devices::storage
auto static get() -> storage_management &;
auto add_controller(storage_controller * controller) -> void;
+
auto device_by_major_minor(size_t major, size_t minor) -> block_device *;
+ auto determine_boot_device() -> block_device *;
private:
storage_management() = default;