diff options
| author | Lukas Oesch <lukas.oesch@ost.ch> | 2026-05-12 08:58:18 +0200 |
|---|---|---|
| committer | Lukas Oesch <lukas.oesch@ost.ch> | 2026-05-12 08:58:18 +0200 |
| commit | fee33c0b2e2ab91a008bec16e143fba755b51974 (patch) | |
| tree | 4a88dfc1c2fbab3ce7d670e4289bdaa5df77352d /kapi | |
| parent | 5853b580c74411ecf196d241449411e0d01f0532 (diff) | |
| parent | ac5213633721fcf0e72da814d7ef70c51090c3f9 (diff) | |
| download | kernel-fee33c0b2e2ab91a008bec16e143fba755b51974.tar.xz kernel-fee33c0b2e2ab91a008bec16e143fba755b51974.zip | |
Merge branch 'refactoring' into 'develop-BA-FS26'
Refactoring
See merge request teachos/kernel!32
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 |
