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 71d71c03a..55da611d1 100644
--- a/apps/examples/ostest/ostest.h
+++ b/apps/examples/ostest/ostest.h
@@ -143,6 +143,10 @@ void sem_test(void);
void semtimed_test(void);
+/* nsem.c *******************************************************************/
+
+void nsem_test(void);
+
/* cond.c *******************************************************************/
void cond_test(void);