diff options
| author | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-10 13:20:47 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-05-11 22:34:54 +0200 |
| commit | df549fb7a3ed3ff9d675da6a90595c78bed7a1f8 (patch) | |
| tree | b42631ef95d321b94b72be85aa09efd4f211317c /kapi | |
| parent | 5853b580c74411ecf196d241449411e0d01f0532 (diff) | |
| download | kernel-df549fb7a3ed3ff9d675da6a90595c78bed7a1f8.tar.xz kernel-df549fb7a3ed3ff9d675da6a90595c78bed7a1f8.zip | |
return const boot_module_registry reference
Diffstat (limited to 'kapi')
| -rw-r--r-- | kapi/kapi/boot_modules.hpp | 2 |
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 |
