summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/back_end.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/back_end.cc')
-rw-r--r--src/cpu/ozone/back_end.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/ozone/back_end.cc b/src/cpu/ozone/back_end.cc
new file mode 100644
index 000000000..cb014e4cc
--- /dev/null
+++ b/src/cpu/ozone/back_end.cc
@@ -0,0 +1,5 @@
+
+#include "cpu/ozone/back_end_impl.hh"
+#include "cpu/ozone/ozone_impl.hh"
+
+//template class BackEnd<OzoneImpl>;