summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/back_end_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/back_end_impl.hh')
-rw-r--r--src/cpu/ozone/back_end_impl.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/ozone/back_end_impl.hh b/src/cpu/ozone/back_end_impl.hh
index bcc897369..a72cf67c0 100644
--- a/src/cpu/ozone/back_end_impl.hh
+++ b/src/cpu/ozone/back_end_impl.hh
@@ -28,6 +28,9 @@
* Authors: Kevin Lim
*/
+#ifndef __CPU_OZONE_BACK_END_IMPL_HH__
+#define __CPU_OZONE_BACK_END_IMPL_HH__
+
#include "cpu/ozone/back_end.hh"
#include "encumbered/cpu/full/op_class.hh"
@@ -1912,3 +1915,5 @@ BackEnd<Impl>::dumpInsts()
++num;
}
}
+
+#endif//__CPU_OZONE_BACK_END_IMPL_HH__