libtwl/common/source/rtos/rtosState.c
2023-08-20 18:22:07 +02:00

10 lines
164 B
C

#include <nds.h>
#include "libtwl/rtos/rtosState.h"
#ifdef LIBTWL_ARM9
DTCM_BSS rtos_state_t gRtosState;
#endif
#ifdef LIBTWL_ARM7
rtos_state_t gRtosState;
#endif