summaryrefslogtreecommitdiffhomepage
path: root/src/boot/src/HEL/AMD64/BootPlatform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/src/HEL/AMD64/BootPlatform.cpp')
-rw-r--r--src/boot/src/HEL/AMD64/BootPlatform.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boot/src/HEL/AMD64/BootPlatform.cpp b/src/boot/src/HEL/AMD64/BootPlatform.cpp
index c4ab68b2..ea55625b 100644
--- a/src/boot/src/HEL/AMD64/BootPlatform.cpp
+++ b/src/boot/src/HEL/AMD64/BootPlatform.cpp
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
@@ -8,6 +8,8 @@
#ifdef __BOOTZ_STANDALONE__
+/// @brief These functions are used for x64 backends only. Do not try to use the same name for other backends, use their ISA specific conventions.
+
using namespace Boot;
EXTERN_C void rt_halt() {