diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-03-07 22:56:12 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-03-07 22:56:12 -0500 |
commit | b5638330751f87930d61743030979e251cacd4ad (patch) | |
tree | 172a7b088902065fdb29238a0ae9090bc3dd02f0 /dev/isa_fake.hh | |
parent | 556d069e77f1b6dffa4e4ece7aa86ab462ab8f4f (diff) | |
download | gem5-b5638330751f87930d61743030979e251cacd4ad.tar.xz |
Needs forward declaration of MemoryController.
--HG--
extra : convert_revision : 07f397742a026cb6320dc29722d1db21157f26fa
Diffstat (limited to 'dev/isa_fake.hh')
-rw-r--r-- | dev/isa_fake.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/isa_fake.hh b/dev/isa_fake.hh index 290b24b54..73e40c681 100644 --- a/dev/isa_fake.hh +++ b/dev/isa_fake.hh @@ -37,6 +37,8 @@ #include "base/range.hh" #include "dev/io_device.hh" +class MemoryController; + /** * IsaFake is a device that returns -1 on all reads and * accepts all writes. It is meant to be placed at an address range |