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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/uart.hh b/src/dev/uart.hh
index eac70bf1f..f1a26fda8 100644
--- a/src/dev/uart.hh
+++ b/src/dev/uart.hh
@@ -54,7 +54,7 @@ class Uart : public BasicPioDevice
public:
typedef UartParams Params;
- Uart(const Params *p);
+ Uart(const Params *p, Addr pio_size);
const Params *
params() const