aboutsummaryrefslogtreecommitdiff
path: root/kapi
diff options
context:
space:
mode:
authorLukas Oesch <lukasoesch20@gmail.com>2026-05-10 13:20:47 +0200
committerLukas Oesch <lukasoesch20@gmail.com>2026-05-11 22:34:54 +0200
commitdf549fb7a3ed3ff9d675da6a90595c78bed7a1f8 (patch)
treeb42631ef95d321b94b72be85aa09efd4f211317c /kapi
parent5853b580c74411ecf196d241449411e0d01f0532 (diff)
downloadkernel-df549fb7a3ed3ff9d675da6a90595c78bed7a1f8.tar.xz
kernel-df549fb7a3ed3ff9d675da6a90595c78bed7a1f8.zip
return const boot_module_registry reference
Diffstat (limited to 'kapi')
-rw-r--r--kapi/kapi/boot_modules.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/kapi/boot_modules.hpp b/kapi/kapi/boot_modules.hpp
index 026479d..2a88f74 100644
--- a/kapi/kapi/boot_modules.hpp
+++ b/kapi/kapi/boot_modules.hpp
@@ -25,7 +25,7 @@ namespace kapi::boot_modules
//! Get the boot module registry.
//!
//! @returns The boot module registry.
- auto get_boot_module_registry() -> boot_module_registry &;
+ auto get_boot_module_registry() -> boot_module_registry const &;
} // namespace kapi::boot_modules
#endif \ No newline at end of file