From 61319fc705563c68e8f40ca9857b1521b8d47ba9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 30 Oct 2007 16:32:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@70 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/threads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3