diff options
Diffstat (limited to 'dev/platform.hh')
-rw-r--r-- | dev/platform.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/platform.hh b/dev/platform.hh index f0e3d291b..7920480bc 100644 --- a/dev/platform.hh +++ b/dev/platform.hh @@ -39,6 +39,7 @@ class PciConfigAll; class IntrControl; class SimConsole; +class Uart; class Platform : public SimObject { @@ -50,6 +51,9 @@ class Platform : public SimObject /** Pointer to the PCI configuration space */ PciConfigAll *pciconfig; + /** Pointer to the UART, set by the uart */ + Uart *uart; + int interrupt_frequency; public: |