summaryrefslogtreecommitdiff
path: root/src/dev/uart.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/uart.hh')
-rw-r--r--src/dev/uart.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/uart.hh b/src/dev/uart.hh
index f5d5e2855..ba10c204c 100644
--- a/src/dev/uart.hh
+++ b/src/dev/uart.hh
@@ -39,7 +39,7 @@
#include "dev/io_device.hh"
#include "params/Uart.hh"
-class SimConsole;
+class Terminal;
class Platform;
const int RX_INT = 0x1;
@@ -51,7 +51,7 @@ class Uart : public BasicPioDevice
protected:
int status;
Platform *platform;
- SimConsole *cons;
+ Terminal *term;
public:
typedef UartParams Params;