aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/kapi/memory.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-09-03 13:53:58 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-09-03 14:33:26 +0200
commit9b32c1d02abeefe6b1dcb0e4dd00ac06975615d3 (patch)
tree40b67ce8f0b93deb10a3da6968e73f8bce7732f4 /arch/x86_64/kapi/memory.cpp
parent79ef6855eb38edd03b51d2f5a2f614cdd7b9fcf1 (diff)
downloadkernel-9b32c1d02abeefe6b1dcb0e4dd00ac06975615d3.tar.xz
kernel-9b32c1d02abeefe6b1dcb0e4dd00ac06975615d3.zip
chore: add missing return types
Diffstat (limited to 'arch/x86_64/kapi/memory.cpp')
-rw-r--r--arch/x86_64/kapi/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kapi/memory.cpp b/arch/x86_64/kapi/memory.cpp
index 9cf955e5..03c5107c 100644
--- a/arch/x86_64/kapi/memory.cpp
+++ b/arch/x86_64/kapi/memory.cpp
@@ -40,7 +40,7 @@ namespace kapi::memory
auto constinit higher_half_mapper = std::optional<arch::memory::higher_half_mapper>{};
//! Instantiate a basic, memory region based, early frame allocator for remapping.
- auto collect_memory_information()
+ auto collect_memory_information() -> arch::memory::region_allocator::memory_information
{
auto memory_map = boot::bootstrap_information.mbi->maybe_memory_map();
if (!memory_map)