RTEMS
|
Paramameter block for read/write. More...
#include <libio.h>
Public Attributes | |
rtems_libio_t * | iop |
off_t | offset |
char * | buffer |
uint32_t | count |
uint32_t | flags |
uint32_t | bytes_moved |
Paramameter block for read/write.
It must include 'offset' instead of using iop's offset since we can have multiple outstanding i/o's on a device.