always initalize the size of a packet (forgotten on checkpoints
[gem5.git] / dev / tsunami_pchip.hh
index af50872a0c51cf868fbe8977bed7b40011f76b61..f88098d58923eb4db9c190aef9d0a3b1e7a669ea 100644 (file)
@@ -80,7 +80,8 @@ class TsunamiPChip : public PioDevice
      * @param bus The bus that this device is attached to
      */
     TsunamiPChip(const std::string &name, Tsunami *t, Addr a,
-                 MemoryController *mmu, HierParams *hier, Bus *bus);
+                 MemoryController *mmu, HierParams *hier, Bus *bus,
+                 Tick pio_latency);
 
     /**
      * Translate a PCI bus address to a memory address for DMA.