summaryrefslogtreecommitdiff
path: root/src/dev/x86/speaker.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/speaker.hh')
-rw-r--r--src/dev/x86/speaker.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/x86/speaker.hh b/src/dev/x86/speaker.hh
index fb7476ca0..5aa1ccf0a 100644
--- a/src/dev/x86/speaker.hh
+++ b/src/dev/x86/speaker.hh
@@ -72,6 +72,10 @@ class Speaker : public BasicPioDevice
Tick read(PacketPtr pkt);
Tick write(PacketPtr pkt);
+
+ virtual void serialize(std::ostream &os);
+ virtual void unserialize(Checkpoint *cp, const std::string &section);
+
};
} // namespace X86ISA