summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp39/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:07:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-07 15:07:47 +0000
commitfa9889742a14b5095e03cb63a02b2caf12d11494 (patch)
treee69583e12d9258985ebcac5dedb6cf0dfba11a5f /testsuites/sptests/sp39/system.h
parent2008-01-05 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-fa9889742a14b5095e03cb63a02b2caf12d11494.tar.bz2
2008-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Added sp38 and sp39. * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn, sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c, sp39/sp39.scn, sp39/system.h: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp39/system.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/testsuites/sptests/sp39/system.h b/testsuites/sptests/sp39/system.h
new file mode 100644
index 0000000000..a7580fc9b9
--- /dev/null
+++ b/testsuites/sptests/sp39/system.h
@@ -0,0 +1,38 @@
+/* system.h
+ *
+ * This include file contains information that is included in every
+ * function in the test set.
+ *
+ * COPYRIGHT (c) 1989-2007.
+ * 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_NEEDS_CLOCK_DRIVER
+
+#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+
+#define CONFIGURE_MICROSECONDS_PER_TICK 250
+
+#define CONFIGURE_MAXIMUM_TASKS 2
+#define CONFIGURE_MAXIMUM_TIMERS 1
+
+#include <rtems/confdefs.h>
+
+/* end of include file */