From 29ef3ee6e435bb77a882c4a1f68786163aac4b01 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 28 May 2020 22:38:12 +0100 Subject: OS_irqHandler itcm --- arm9/lib/include/OS_thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm9/lib/include/OS_thread.h') diff --git a/arm9/lib/include/OS_thread.h b/arm9/lib/include/OS_thread.h index adcadf2e..bbdb33c9 100644 --- a/arm9/lib/include/OS_thread.h +++ b/arm9/lib/include/OS_thread.h @@ -87,6 +87,8 @@ struct _OSThread u32 systemErrno; }; +extern OSThreadInfo OSi_ThreadInfo; + void OS_SleepThread(OSThreadQueue * queue); void OS_WakeupThread(OSThreadQueue * queue); -- cgit v1.2.3