36 #ifndef __DEV_SPARC_MM_DISK_HH__
37 #define __DEV_SPARC_MM_DISK_HH__
41 #include "params/MmDisk.hh"
67 #endif //__DEV_SPARC_MM_DISK_HH__
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void serialize(CheckpointOut &cp) const override
Serialize an object.
const Params * params() const
uint64_t Tick
Tick count type.
Basic interface for accessing a disk image.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
uint8_t diskData[SectorSize]
std::ostream CheckpointOut
const SimObjectParams * _params
Cached copy of the object parameters.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.