aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/threads.h')
-rw-r--r--src/include/threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h
index f97148087..effad525c 100644
--- a/src/include/threads.h
+++ b/src/include/threads.h
@@ -158,6 +158,9 @@ extern "C" {
#ifdef CH_USE_RESUME
void chThdResume(Thread *tp);
#endif
+#ifdef CH_USE_SUSPEND
+ void chThdSuspend(Thread **tpp);
+#endif
#ifdef CH_USE_TERMINATE
void chThdTerminate(Thread *tp);
#endif