summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/ostest.h
diff options
context:
space:
mode:
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 */