summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spwkspace/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 17:09:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 17:09:14 +0000
commit4f7b4a88365ac991054affcc86aba178d3c86b16 (patch)
tree53af735f8615013c0932e4dbac388cc7a881a5a3 /testsuites/sptests/spwkspace/system.h
parent2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4f7b4a88365ac991054affcc86aba178d3c86b16.tar.bz2
2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX methods. * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c, spwkspace/spwkspace.scn, spwkspace/system.h: New files.
Diffstat (limited to 'testsuites/sptests/spwkspace/system.h')
-rw-r--r--testsuites/sptests/spwkspace/system.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/testsuites/sptests/spwkspace/system.h b/testsuites/sptests/spwkspace/system.h
new file mode 100644
index 0000000000..e595c3d9dd
--- /dev/null
+++ b/testsuites/sptests/spwkspace/system.h
@@ -0,0 +1,31 @@
+/*
+ * COPYRIGHT (c) 1989-2009.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#include <tmacros.h>
+
+/* functions */
+
+rtems_task Init(
+ rtems_task_argument argument
+);
+
+/* configuration information */
+
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+
+#define CONFIGURE_MAXIMUM_TASKS 1
+
+#include <rtems/confdefs.h>
+
+/* end of include file */