summaryrefslogtreecommitdiff
path: root/test-trace-2.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
committerChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
commit0e448a4e8eff2f433f10309c8c832faa5adf4b94 (patch)
tree6a98a5b20ffd2bc8dc2d8ae0292c6b772234676b /test-trace-2.h
parent82775e9e7006f2a66d900f7a99699788bfd5cd18 (diff)
Refactor the CC flags. Fix the various linkers. The trace linker is compiling.
Diffstat (limited to 'test-trace-2.h')
-rw-r--r--test-trace-2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-trace-2.h b/test-trace-2.h
new file mode 100644
index 0000000..4239baa
--- /dev/null
+++ b/test-trace-2.h
@@ -0,0 +1,7 @@
+
+#if !defined (_TEST_TRACE_2_H_)
+#define _TEST_TRACE_2_H_
+
+typedef double test_type_2;
+
+#endif