diff options
Diffstat (limited to 'kernel/devices/include')
| -rw-r--r-- | kernel/devices/include/devices/storage/storage_management.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/devices/include/devices/storage/storage_management.hpp b/kernel/devices/include/devices/storage/storage_management.hpp index 65211c8..f8ffda8 100644 --- a/kernel/devices/include/devices/storage/storage_management.hpp +++ b/kernel/devices/include/devices/storage/storage_management.hpp @@ -42,7 +42,7 @@ namespace devices::storage * * Assigns controller IDs (major number range and minors per device). */ - auto add_controller(kstd::shared_ptr<storage_controller> controller) -> void; + auto add_controller(kstd::shared_ptr<storage_controller> const & controller) -> void; /** * @brief Return all registered storage controllers. |
