blob: af8bcc6f3353fb541d6d196943bf047bc53b6dc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* -------------------------------------------
Copyright Mahrouss Logic
------------------------------------------- */
#include <HALKit/PowerPC/Processor.hpp>
#include <KernelKit/DebugOutput.hpp>
extern "C" void hal_flush_tlb() {}
extern "C" void rt_wait_400ns() {}
extern "C" NewOS::HAL::StackFramePtr rt_get_current_context() { return nullptr; }
|