cpu: add consistent guarding to *_impl.hh files.

This commit is contained in:
Matt Horsnell
2013-10-17 10:20:45 -05:00
parent 52f90890a3
commit 6decd70bfb
26 changed files with 120 additions and 0 deletions

View File

@@ -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<TagStore> *_cache,
_queue(*_cache, *this, _label), cache(_cache)
{
}
#endif//__MEM_CACHE_CACHE_IMPL_HH__