summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support/psxfatal.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfatal_support/psxfatal.h')
-rw-r--r--testsuites/psxtests/psxfatal_support/psxfatal.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxfatal_support/psxfatal.h b/testsuites/psxtests/psxfatal_support/psxfatal.h
new file mode 100644
index 0000000000..253828bdbd
--- /dev/null
+++ b/testsuites/psxtests/psxfatal_support/psxfatal.h
@@ -0,0 +1,14 @@
+/*
+ * COPYRIGHT (c) 1989-2010.
+ * 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>
+
+void *POSIX_Init(void *argument);