summaryrefslogtreecommitdiff
path: root/src/dev/arm/timer_sp804.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/timer_sp804.hh')
-rw-r--r--src/dev/arm/timer_sp804.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/arm/timer_sp804.hh b/src/dev/arm/timer_sp804.hh
index 1039456ab..afb6e29ed 100644
--- a/src/dev/arm/timer_sp804.hh
+++ b/src/dev/arm/timer_sp804.hh
@@ -121,6 +121,10 @@ class Sp804 : public AmbaDevice
/** Handle write for a single timer */
void write(PacketPtr pkt, Addr daddr);
+
+ void serialize(std::ostream &os);
+ void unserialize(Checkpoint *cp, const std::string &section);
+
};
/** Pointer to the GIC for causing an interrupt */