From 352c9b2035e32e56f10f261d94955d97f4ab0f1c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 22:07:23 +0000 Subject: This patch adds the basic framework for the ITRON 3.0 API implementation for RTEMS. --- cpukit/itron/src/sus_tsk.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 cpukit/itron/src/sus_tsk.c (limited to 'cpukit/itron/src/sus_tsk.c') diff --git a/cpukit/itron/src/sus_tsk.c b/cpukit/itron/src/sus_tsk.c new file mode 100644 index 0000000000..f4a5d5b851 --- /dev/null +++ b/cpukit/itron/src/sus_tsk.c @@ -0,0 +1,34 @@ +/* + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * + * $Id$ + */ + +#include + +#include +#include +#include +#include +#include + +#include + + +/* + * Task-Dependent Synchronization Functions + */ + +/* + * sus_tsk - Suspend Other Task + */ + +ER sus_tsk( + ID tskid +) +{ + return E_OK; +} + -- cgit v1.2.3