33 #ifndef __DEV_STORAGE_SIMPLE_DISK_HH__ 34 #define __DEV_STORAGE_SIMPLE_DISK_HH__ 36 #include "params/SimpleDisk.hh" 63 #endif // __DEV_STORAGE_SIMPLE_DISK_HH__
void read(Addr addr, baddr_t block, int count) const
void write(Addr addr, baddr_t block, int count)
Basic interface for accessing a disk image.
SimpleDisk(const Params *p)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Abstract superclass for simulation objects.