aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include/arch/kernel/halt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include/arch/kernel/halt.hpp')
-rw-r--r--arch/x86_64/include/arch/kernel/halt.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86_64/include/arch/kernel/halt.hpp b/arch/x86_64/include/arch/kernel/halt.hpp
deleted file mode 100644
index 377acc0..0000000
--- a/arch/x86_64/include/arch/kernel/halt.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef TEACHOS_ARCH_X86_64_KERNEL_HALT_HPP
-#define TEACHOS_ARCH_X86_64_KERNEL_HALT_HPP
-
-namespace teachos::arch::kernel
-{
- /**
- * @brief Halts the kernel execution, meaning any code after a call to this will not run anymore.
- */
- extern "C" [[noreturn]] auto halt() -> void;
-
-} // namespace teachos::arch::kernel
-
-#endif // TEACHOS_ARCH_X86_64_KERNEL_HALT_HPP