From b5638330751f87930d61743030979e251cacd4ad Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Tue, 7 Mar 2006 22:56:12 -0500 Subject: [PATCH] Needs forward declaration of MemoryController. --HG-- extra : convert_revision : 07f397742a026cb6320dc29722d1db21157f26fa --- dev/baddev.hh | 2 ++ dev/isa_fake.hh | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.30.2