summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl08/dl-o3.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl08/dl-o3.h')
-rw-r--r--testsuites/libtests/dl08/dl-o3.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/libtests/dl08/dl-o3.h b/testsuites/libtests/dl08/dl-o3.h
new file mode 100644
index 0000000000..8c5d18dfb1
--- /dev/null
+++ b/testsuites/libtests/dl08/dl-o3.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2018 Chris Johns <chrisj@rtems.org>.
+ * All rights reserved.
+ *
+ * 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.
+ */
+
+#if !defined(DL03_H)
+#define DL03_H
+
+int rtems_main_o3 (void);
+
+#endif