Rework the way SCons recurses into subdirectories, making it
[gem5.git] / src / dev / pciconfigall.hh
index 07eaf811254ae2dde6b62931be9b338cec0a0e79..720a2f005ca5477fa1ad8c3b83978ab8aff96fd1 100644 (file)
@@ -73,7 +73,7 @@ class PciConfigAll : public PioDevice
      * @param pkt Contains information about the read operation
      * @return Amount of time to do the read
      */
-    virtual Tick read(Packet *pkt);
+    virtual Tick read(PacketPtr pkt);
 
     /**
      * Write to PCI config spcae. If the device does not exit the simulator
@@ -83,7 +83,7 @@ class PciConfigAll : public PioDevice
      * @return Amount of time to do the read
      */
 
-    virtual Tick write(Packet *pkt);
+    virtual Tick write(PacketPtr pkt);
 
     void addressRanges(AddrRangeList &range_list);