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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/ostest.h b/nuttx/examples/ostest/ostest.h
index c94412cc1..8c71906c5 100644
--- a/nuttx/examples/ostest/ostest.h
+++ b/nuttx/examples/ostest/ostest.h
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/ostest/ostest.h
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -135,4 +135,8 @@ extern void rr_test(void);
extern void barrier_test(void);
+/* prioinherit.c ************************************************************/
+
+extern void priority_inheritance(void);
+
#endif /* __OSTEST_H */