summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/ostest.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 23:44:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 23:44:55 +0000
commit11020b0eec6061214b2c2e8f7b0d7597faadefde (patch)
tree8ebd643a412c28399bd619673ae4d9e2207c15c7 /nuttx/examples/ostest/ostest.h
parentc8604fef7bb4043e36726d7eeaa6afd068012334 (diff)
downloadpx4-nuttx-11020b0eec6061214b2c2e8f7b0d7597faadefde.tar.gz
px4-nuttx-11020b0eec6061214b2c2e8f7b0d7597faadefde.tar.bz2
px4-nuttx-11020b0eec6061214b2c2e8f7b0d7597faadefde.zip
Add timed mqueue test.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@179 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest/ostest.h')
-rw-r--r--nuttx/examples/ostest/ostest.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/ostest.h b/nuttx/examples/ostest/ostest.h
index b76297ebe..dd1fbf00e 100644
--- a/nuttx/examples/ostest/ostest.h
+++ b/nuttx/examples/ostest/ostest.h
@@ -76,10 +76,14 @@ extern void sem_test(void);
extern void cond_test(void);
-/* queue.c **************************************************/
+/* mqueue.c *************************************************/
extern void mqueue_test(void);
+/* timedmqueue.c ********************************************/
+
+extern void timedmqueue_test(void);
+
/* cancel.c *************************************************/
extern void cancel_test(void);