summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/spfatal.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal_support/spfatal.h')
-rw-r--r--testsuites/sptests/spfatal_support/spfatal.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/sptests/spfatal_support/spfatal.h b/testsuites/sptests/spfatal_support/spfatal.h
new file mode 100644
index 0000000000..2a49ca2e54
--- /dev/null
+++ b/testsuites/sptests/spfatal_support/spfatal.h
@@ -0,0 +1,14 @@
+/*
+ * COPYRIGHT (c) 1989-2011.
+ * 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.org/license/LICENSE.
+ */
+
+#include <rtems/bspIo.h>
+
+#include <tmacros.h>
+
+rtems_task Init( rtems_task_argument argument );