aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-04-10 10:28:46 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-04-10 10:28:46 +0000
commit62d7fa83e831e84ea851d97b5c957146880ad69a (patch)
tree5a7cc57a83fa6471620b837d4fbf6e65b6edfe3f /arch/x86_64/include
parentbecafcadcea919b84029338983a453d06ef210a1 (diff)
downloadteachos-62d7fa83e831e84ea851d97b5c957146880ad69a.tar.xz
teachos-62d7fa83e831e84ea851d97b5c957146880ad69a.zip
move context_switch function into cpp code
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/boot/pointers.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp
index f0878f9..fe9c657 100644
--- a/arch/x86_64/include/arch/boot/pointers.hpp
+++ b/arch/x86_64/include/arch/boot/pointers.hpp
@@ -9,7 +9,6 @@ namespace teachos::arch::boot
* @brief Address pointing to the start of the multiboot information structure.
*/
extern "C" size_t const multiboot_information_pointer;
- extern "C" auto context_switch() -> void;
} // namespace teachos::arch::boot