mirror of
https://github.com/Gericom/libtwl.git
synced 2025-06-19 11:35:37 -04:00
10 lines
164 B
C
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
|