summaryrefslogtreecommitdiff
path: root/src/dev/x86/i8254.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/i8254.hh')
-rw-r--r--src/dev/x86/i8254.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/x86/i8254.hh b/src/dev/x86/i8254.hh
index e295f5105..e6d500f42 100644
--- a/src/dev/x86/i8254.hh
+++ b/src/dev/x86/i8254.hh
@@ -109,6 +109,10 @@ class I8254 : public BasicPioDevice
{
pit.writeControl(val);
}
+
+ virtual void serialize(std::ostream &os);
+ virtual void unserialize(Checkpoint *cp, const std::string &section);
+
};
} // namespace X86ISA