From: Kevin Lim Date: Wed, 8 Mar 2006 03:56:12 +0000 (-0500) Subject: Needs forward declaration of MemoryController. X-Git-Tag: m5_2.0_beta1~87^2~29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5638330751f87930d61743030979e251cacd4ad;p=gem5.git Needs forward declaration of MemoryController. --HG-- extra : convert_revision : 07f397742a026cb6320dc29722d1db21157f26fa --- diff --git a/dev/baddev.hh b/dev/baddev.hh index c2a204c05..189f28331 100644 --- a/dev/baddev.hh +++ b/dev/baddev.hh @@ -37,6 +37,8 @@ #include "base/range.hh" #include "dev/io_device.hh" +class MemoryController; + /** * BadDevice * This device just panics when accessed. It is supposed to warn 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