blob: 83f03373e9e8eda059064e2d9f9b5cad70ad6e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* -------------------------------------------
Copyright Zeta Electronics Corporation
------------------------------------------- */
#include <HALKit/POWER/Processor.hpp>
#include <KernelKit/DebugOutput.hpp>
EXTERN_C NewOS::HAL::StackFramePtr rt_get_current_context()
{
return nullptr;
}
|