summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmmap01/test_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmmap01/test_driver.h')
-rw-r--r--testsuites/psxtests/psxmmap01/test_driver.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxmmap01/test_driver.h b/testsuites/psxtests/psxmmap01/test_driver.h
new file mode 100644
index 0000000000..5afdb9b46e
--- /dev/null
+++ b/testsuites/psxtests/psxmmap01/test_driver.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2017 Kevin Kirspel.
+ *
+ * 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.h>
+#include <rtems/imfs.h>
+#include <rtems/libcsupport.h>
+
+extern const IMFS_node_control node_control;
+extern char test_data[PAGE_SIZE];