diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-04 15:32:19 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-12-04 15:32:21 +0000 |
| commit | 82bd19117313e6d61ab2ac03583e22b8a627f14a (patch) | |
| tree | 76c062fde474af7c4e53b524242908a694273575 /arch/x86_64/include | |
| parent | 888ae9e053973125551729ff787b8f3c4cf4e1be (diff) | |
| download | teachos-82bd19117313e6d61ab2ac03583e22b8a627f14a.tar.xz teachos-82bd19117313e6d61ab2ac03583e22b8a627f14a.zip | |
Add doxygen docs file
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/boot/pointers.hpp | 3 |
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 |
