RTEMS CPU Kit with SuperCore
Data Fields
rtems_libio_rw_args_t Struct Reference

Paramameter block for read/write. More...

#include <libio.h>

Collaboration diagram for rtems_libio_rw_args_t:
Collaboration graph
[legend]

Data Fields

rtems_libio_tiop
 
off_t offset
 
char * buffer
 
uint32_t count
 
uint32_t flags
 
uint32_t bytes_moved
 

Detailed Description

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.


The documentation for this struct was generated from the following file: