summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_thread.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-28 22:38:12 +0100
committerred031000 <rubenru09@aol.com>2020-05-28 22:38:12 +0100
commit29ef3ee6e435bb77a882c4a1f68786163aac4b01 (patch)
tree172c0a5c8a7ddae1d26a6bd414344b04796c96ad /arm9/lib/include/OS_thread.h
parent3543d7e3d66951e96f4d1bd34f54597f881983fc (diff)
OS_irqHandler itcm
Diffstat (limited to 'arm9/lib/include/OS_thread.h')
-rw-r--r--arm9/lib/include/OS_thread.h2
1 files changed, 2 insertions, 0 deletions
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);