summaryrefslogtreecommitdiff
path: root/src/dev/ide_disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ide_disk.hh')
-rw-r--r--src/dev/ide_disk.hh14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/dev/ide_disk.hh b/src/dev/ide_disk.hh
index 6ccca985e..79e931a29 100644
--- a/src/dev/ide_disk.hh
+++ b/src/dev/ide_disk.hh
@@ -365,18 +365,8 @@ class IdeDisk : public SimObject
inline Addr pciToDma(Addr pciAddr);
- /**
- * Serialize this object to the given output stream.
- * @param os The stream to serialize to.
- */
- void serialize(std::ostream &os);
-
- /**
- * Reconstruct the state of this object from a checkpoint.
- * @param cp The checkpoint to use.
- * @param section The section name describing this object.
- */
- void unserialize(Checkpoint *cp, const std::string &section);
+ void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
+ void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
};