diff options
Diffstat (limited to 'dev/io_device.hh')
-rw-r--r-- | dev/io_device.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/io_device.hh b/dev/io_device.hh index a8c36fdd9..a81dae072 100644 --- a/dev/io_device.hh +++ b/dev/io_device.hh @@ -37,6 +37,7 @@ class Platform; class PioDevice; class DmaDevice; +class System; /** * The PioPort class is a programmed i/o port that all devices that are @@ -207,6 +208,7 @@ class PioDevice : public SimObject { std::string name; Platform *platform; + System *system; }; protected: |