summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 15:43:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 15:43:28 +0000
commitf7b7532a4114b831f5ef66ed992d28e65fb3973f (patch)
tree929ad375fc60be5b08f35b49ff681db96d97b842 /apps/examples/ostest/ostest.h
parentd8a1b61690862777b137ec182a0d62dcf4ee8db2 (diff)
downloadnuttx-f7b7532a4114b831f5ef66ed992d28e65fb3973f.tar.gz
nuttx-f7b7532a4114b831f5ef66ed992d28e65fb3973f.tar.bz2
nuttx-f7b7532a4114b831f5ef66ed992d28e65fb3973f.zip
Changed needed to fix issues with task_restart()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5615 42af7a65-404d-4744-a932-0658087f49c3
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 5217f0a0c..9c6bb082b 100644
--- a/apps/examples/ostest/ostest.h
+++ b/apps/examples/ostest/ostest.h
@@ -111,6 +111,10 @@ int dev_null(void);
void fpu_test(void);
+/* restart.c ****************************************************************/
+
+void restart_test(void);
+
/* waitpid.c ****************************************************************/
#ifdef CONFIG_SCHED_WAITPID