summaryrefslogtreecommitdiff
path: root/dev/pcidev.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/pcidev.hh')
-rw-r--r--dev/pcidev.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/pcidev.hh b/dev/pcidev.hh
index 8cb68945a..dcd3d1b8a 100644
--- a/dev/pcidev.hh
+++ b/dev/pcidev.hh
@@ -35,7 +35,7 @@
#include "dev/pcireg.h"
#include "sim/sim_object.hh"
-#include "mem/functional_mem/mmap_device.hh"
+#include "mem/functional_mem/functional_memory.hh"
class PCIConfigAll;
class MemoryController;
@@ -63,7 +63,7 @@ class PciConfigData : public SimObject
* register with it. This object registers with the PCIConfig space
* object.
*/
-class PciDev : public MmapDevice
+class PciDev : public FunctionalMemory
{
protected:
MemoryController *MMU;