aboutsummaryrefslogtreecommitdiff
path: root/kernel/kapi/boot_module/registry.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-24 19:33:03 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-24 19:33:03 +0200
commit40c91984152a238351529d2611fe627040f6a618 (patch)
tree74a6d0ec2dcf577fed3ee6568077d1b90c306887 /kernel/kapi/boot_module/registry.cpp
parent3d09b0bd2c35740b34b87c1400e0a3d93647a5d2 (diff)
downloadkernel-40c91984152a238351529d2611fe627040f6a618.tar.xz
kernel-40c91984152a238351529d2611fe627040f6a618.zip
kapi: rename boot_module to module
Diffstat (limited to 'kernel/kapi/boot_module/registry.cpp')
-rw-r--r--kernel/kapi/boot_module/registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kapi/boot_module/registry.cpp b/kernel/kapi/boot_module/registry.cpp
index 80c76129..9876866b 100644
--- a/kernel/kapi/boot_module/registry.cpp
+++ b/kernel/kapi/boot_module/registry.cpp
@@ -106,7 +106,7 @@ namespace kapi::boot_modules
return m_modules[index];
}
- auto registry::add(boot_module module) -> void
+ auto registry::add(module module) -> void
{
m_modules.push_back(module);
}