aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/boot/pointers.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp
index 1172443..29cc3cf 100644
--- a/arch/x86_64/include/arch/boot/pointers.hpp
+++ b/arch/x86_64/include/arch/boot/pointers.hpp
@@ -5,6 +5,9 @@
namespace teachos::arch::boot
{
+ /**
+ * @brief Address pointing to the start of the multiboot information structure.
+ */
extern "C" size_t const multiboot_information_pointer;
} // namespace teachos::arch::boot