summaryrefslogtreecommitdiff
path: root/dev/pciconfigall.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/pciconfigall.hh')
-rw-r--r--dev/pciconfigall.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/pciconfigall.hh b/dev/pciconfigall.hh
index 95a171c53..e0f7f6ada 100644
--- a/dev/pciconfigall.hh
+++ b/dev/pciconfigall.hh
@@ -54,7 +54,7 @@ class PciDev;
* space and passes the requests on to TsunamiPCIDev devices as
* appropriate.
*/
-class PCIConfigAll : public FunctionalMemory
+class PciConfigAll : public FunctionalMemory
{
private:
Addr addr;
@@ -79,7 +79,7 @@ class PCIConfigAll : public FunctionalMemory
/**
* The default constructor.
*/
- PCIConfigAll(const std::string &name, Tsunami *t, Addr a,
+ PciConfigAll(const std::string &name, Tsunami *t, Addr a,
MemoryController *mmu);
virtual Fault read(MemReqPtr &req, uint8_t *data);