diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-10-24 23:06:35 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-10-24 23:06:35 -0400 |
commit | 400daa7e41057ec358691afeffe35ffa430d11b0 (patch) | |
tree | 06eaf8242206a12eb7a14281c7d112984c02ac89 /base/compression/null_compression.hh | |
parent | 7c58c38e668ff4057820f8c6ee8cd8169b934051 (diff) | |
parent | 6ac0d27b7dc130397b6ba9b11e593706c2f669fe (diff) | |
download | gem5-400daa7e41057ec358691afeffe35ffa430d11b0.tar.xz |
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : aac76a4b82b3455620618bba6238507248cc68cc
Diffstat (limited to 'base/compression/null_compression.hh')
-rw-r--r-- | base/compression/null_compression.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/compression/null_compression.hh b/base/compression/null_compression.hh index 195498f1b..63364a955 100644 --- a/base/compression/null_compression.hh +++ b/base/compression/null_compression.hh @@ -26,16 +26,16 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __NULL_COMPRESSION_HH__ -#define __NULL_COMPRESSION_HH__ +#ifndef __BASE_COMPRESSION_NULL_COMPRESSION_HH__ +#define __BASE_COMPRESSION_NULL_COMPRESSION_HH__ /** * @file * This file defines a doNothing compression algorithm. */ -#include <inttypes.h> // for uint8_t #include "base/misc.hh" // for fatal() +#include "sim/host.hh" /** @@ -73,4 +73,4 @@ class NullCompression } }; -#endif //__NULL_COMPRESSION_HH__ +#endif //__BASE_COMPRESSION_NULL_COMPRESSION_HH__ |