summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/ostest.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 21:32:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 21:32:21 +0000
commite9faebc794c798462a34d5fae9c922d46e95a374 (patch)
tree41f650510bb4f327ed7bf981fac39bef006d8bb7 /nuttx/examples/ostest/ostest.h
parent054179a134bf123279f6c3774a773d838e95c181 (diff)
downloadnuttx-e9faebc794c798462a34d5fae9c922d46e95a374.tar.gz
nuttx-e9faebc794c798462a34d5fae9c922d46e95a374.tar.bz2
nuttx-e9faebc794c798462a34d5fae9c922d46e95a374.zip
Add test of roundrobin scheduler (still does not work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@81 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest/ostest.h')
-rw-r--r--nuttx/examples/ostest/ostest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/examples/ostest/ostest.h b/nuttx/examples/ostest/ostest.h
index 8d567cb37..af5b490b4 100644
--- a/nuttx/examples/ostest/ostest.h
+++ b/nuttx/examples/ostest/ostest.h
@@ -92,4 +92,8 @@ extern void timedwait_test(void);
extern void sighand_test(void);
+/* roundrobin.c *********************************************/
+
+extern void rr_test(void);
+
#endif /* __OSTEST_H */