#include
Data Fields |
|
| wiiuse_read_cb | cb |
| byte * | buf |
| unsigned int | addr |
| unsigned short | size |
| unsigned short | wait |
| byte | dirty |
| struct read_req_t * | next |
read data callback
| byte* read_req_t::buf |
buffer where read data is written
| unsigned int read_req_t::addr |
the offset that the read started at
| unsigned short read_req_t::size |
the length of the data read
| unsigned short read_req_t::wait |
num bytes still needed to finish read
| byte read_req_t::dirty |
set to 1 if not using callback and needs to be cleaned up
struct read_req_t* read_req_t::next [read]
|
next read request in the queue
1.5.4