Merge zizzer.eecs.umich.edu:/bk/m5/
[gem5.git] / dev / uart.hh
index 07ad4d0c8fe4e6ccb7ddecaf0650b3c1bbeb552f..d1f167526943dc2973dc9d4f0c79f7ce730a52b0 100644 (file)
@@ -72,11 +72,11 @@ class Uart : public PioDevice
 
     IntrEvent txIntrEvent;
     IntrEvent rxIntrEvent;
-    Platform *platform;
 
   public:
-    Uart(const string &name, SimConsole *c, MemoryController *mmu,
-            Addr a, Addr s, HierParams *hier, Bus *bus, Platform *p);
+    Uart(const std::string &name, SimConsole *c, MemoryController *mmu,
+         Addr a, Addr s, HierParams *hier, Bus *bus, Tick pio_latency,
+         Platform *p);
 
     Fault read(MemReqPtr &req, uint8_t *data);
     Fault write(MemReqPtr &req, const uint8_t *data);