From 6decd70bfbc5eb877e4d897ee3d71d478b564f2d Mon Sep 17 00:00:00 2001 From: Matt Horsnell Date: Thu, 17 Oct 2013 10:20:45 -0500 Subject: cpu: add consistent guarding to *_impl.hh files. --- src/cpu/ozone/lw_lsq_impl.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cpu/ozone/lw_lsq_impl.hh') diff --git a/src/cpu/ozone/lw_lsq_impl.hh b/src/cpu/ozone/lw_lsq_impl.hh index 79b2b8f16..ed036d664 100644 --- a/src/cpu/ozone/lw_lsq_impl.hh +++ b/src/cpu/ozone/lw_lsq_impl.hh @@ -28,6 +28,9 @@ * Authors: Kevin Lim */ +#ifndef __CPU_OZONE_LW_LSQ_IMPL_HH__ +#define __CPU_OZONE_LW_LSQ_IMPL_HH__ + #include "base/str.hh" #include "config/the_isa.hh" #include "cpu/checker/cpu.hh" @@ -961,3 +964,5 @@ OzoneLWLSQ::takeOverFrom(ThreadContext *old_tc) blockedLoadSeqNum = 0; } + +#endif//__CPU_OZONE_LW_LSQ_IMPL_HH__ -- cgit v1.2.3