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/mem/cache/cache_impl.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mem') diff --git a/src/mem/cache/cache_impl.hh b/src/mem/cache/cache_impl.hh index b4ace5f6c..6d7011819 100644 --- a/src/mem/cache/cache_impl.hh +++ b/src/mem/cache/cache_impl.hh @@ -46,6 +46,9 @@ * Andreas Sandberg */ +#ifndef __MEM_CACHE_CACHE_IMPL_HH__ +#define __MEM_CACHE_CACHE_IMPL_HH__ + /** * @file * Cache definitions. @@ -1899,3 +1902,5 @@ MemSidePort::MemSidePort(const std::string &_name, Cache *_cache, _queue(*_cache, *this, _label), cache(_cache) { } + +#endif//__MEM_CACHE_CACHE_IMPL_HH__ -- cgit v1.2.3