AbstractEntry.hh (8086:bf0335d98250) AbstractEntry.hh (8229:78bf55f23338)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 17 unchanged lines hidden (view full) ---

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#ifndef __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
30#define __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
31
32#include <iostream>
33
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 17 unchanged lines hidden (view full) ---

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */
28
29#ifndef __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
30#define __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
31
32#include <iostream>
33
34#include "mem/protocol/AccessPermission.hh"
34#include "mem/ruby/common/Address.hh"
35#include "mem/ruby/common/Global.hh"
35#include "mem/ruby/common/Address.hh"
36#include "mem/ruby/common/Global.hh"
36#include "mem/protocol/AccessPermission.hh"
37
38class DataBlock;
39
40class AbstractEntry
41{
42 public:
43 AbstractEntry();
44 virtual ~AbstractEntry() = 0;

--- 25 unchanged lines hidden ---
37
38class DataBlock;
39
40class AbstractEntry
41{
42 public:
43 AbstractEntry();
44 virtual ~AbstractEntry() = 0;

--- 25 unchanged lines hidden ---