35 #ifndef __DEV_STORAGE_SIMPLE_DISK_HH__
36 #define __DEV_STORAGE_SIMPLE_DISK_HH__
38 #include "params/SimpleDisk.hh"
65 #endif // __DEV_STORAGE_SIMPLE_DISK_HH__
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.
void read(Addr addr, baddr_t block, int count) const
Abstract superclass for simulation objects.