summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/POWER/HalThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit/POWER/HalThread.cxx')
-rw-r--r--Kernel/HALKit/POWER/HalThread.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Kernel/HALKit/POWER/HalThread.cxx b/Kernel/HALKit/POWER/HalThread.cxx
new file mode 100644
index 00000000..4f4eaec6
--- /dev/null
+++ b/Kernel/HALKit/POWER/HalThread.cxx
@@ -0,0 +1,13 @@
+/* -------------------------------------------
+
+ Copyright SoftwareLabs
+
+------------------------------------------- */
+
+#include <HALKit/POWER/Processor.hpp>
+#include <KernelKit/DebugOutput.hpp>
+
+EXTERN_C NewOS::HAL::StackFramePtr rt_get_current_context()
+{
+ return nullptr;
+}