summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/ostest.h')
-rw-r--r--apps/examples/ostest/ostest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/ostest/ostest.h b/apps/examples/ostest/ostest.h
index d5016540b..a14b4ff6e 100644
--- a/apps/examples/ostest/ostest.h
+++ b/apps/examples/ostest/ostest.h
@@ -133,6 +133,10 @@ void recursive_mutex_test(void);
void sem_test(void);
+/* semtimed.c ***************************************************************/
+
+void semtimed_test(void);
+
/* cond.c *******************************************************************/
void cond_test(void);