259,261d258
< template <class T>
< Fault read(Addr addr, T &data, unsigned flags);
<
264,266d260
< template <class T>
< Fault write(T data, Addr addr, unsigned flags, uint64_t *res);
<
290,294d283
< // The backend for writeBytes and write. It's the same as writeBytes, but
< // doesn't make a copy of data.
< Fault writeTheseBytes(uint8_t *data, unsigned size,
< Addr addr, unsigned flags, uint64_t *res);
<