251a252
> /** a write function that also does an endian conversion. */
252a254,260
> inline void writeHtoG(Addr addr, T d);
>
> /** a read function that also does an endian conversion. */
> template <typename T>
> inline T readGtoH(Addr addr);
>
> template <typename T>