projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556d069
)
Needs forward declaration of MemoryController.
author
Kevin Lim
<ktlim@umich.edu>
Wed, 8 Mar 2006 03:56:12 +0000
(22:56 -0500)
committer
Kevin Lim
<ktlim@umich.edu>
Wed, 8 Mar 2006 03:56:12 +0000
(22:56 -0500)
--HG--
extra : convert_revision :
07f397742a026cb6320dc29722d1db21157f26fa
dev/baddev.hh
patch
|
blob
|
history
dev/isa_fake.hh
patch
|
blob
|
history
diff --git
a/dev/baddev.hh
b/dev/baddev.hh
index c2a204c051bb59353990b306123aadeb1794d9ef..189f28331dc495d7b6a1101b980b22b27e5a61ed 100644
(file)
--- 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 290b24b5489531e0ac3e9f38dad1d20e1ea20764..73e40c681e0640a2deb77a17b39970f99ca3fd55 100644
(file)
--- 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