SINIC: Commit old code from ASPLOS 2006 studies.
[gem5.git] / src / dev / uart8250.hh
index 2c69667e1c4ab0565818e6fab6a2c435bad73684..79c31d5cf52d24b37042dc6c35b27ccf82af462a 100644 (file)
@@ -65,7 +65,7 @@ const uint8_t UART_LSR_DR   = 0x01;
 const uint8_t UART_MCR_LOOP = 0x10;
 
 
-class SimConsole;
+class Terminal;
 class Platform;
 
 class Uart8250 : public Uart