Needs forward declaration of MemoryController.
authorKevin Lim <ktlim@umich.edu>
Wed, 8 Mar 2006 03:56:12 +0000 (22:56 -0500)
committerKevin Lim <ktlim@umich.edu>
Wed, 8 Mar 2006 03:56:12 +0000 (22:56 -0500)
--HG--
extra : convert_revision : 07f397742a026cb6320dc29722d1db21157f26fa

dev/baddev.hh
dev/isa_fake.hh

index c2a204c051bb59353990b306123aadeb1794d9ef..189f28331dc495d7b6a1101b980b22b27e5a61ed 100644 (file)
@@ -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
index 290b24b5489531e0ac3e9f38dad1d20e1ea20764..73e40c681e0640a2deb77a17b39970f99ca3fd55 100644 (file)
@@ -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