diff options
Diffstat (limited to 'src/dev/x86/i8237.hh')
-rw-r--r-- | src/dev/x86/i8237.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dev/x86/i8237.hh b/src/dev/x86/i8237.hh index 1db91236a..28d9e85a3 100644 --- a/src/dev/x86/i8237.hh +++ b/src/dev/x86/i8237.hh @@ -59,6 +59,9 @@ class I8237 : public BasicPioDevice Tick read(PacketPtr pkt); Tick write(PacketPtr pkt); + + virtual void serialize(std::ostream &os); + virtual void unserialize(Checkpoint *cp, const std::string §ion); }; } // namespace X86ISA |