Files
rtems/cpukit
Sebastian Huber 9f0a68ce5a libblock: Block device transfer request API change
Add and use rtems_blkdev_request_done().  Block device transfer requests
must signal the completion status now with rtems_blkdev_request_done().
The return value of the block device IO control will be ignored for
transfer requests.

The first parameter of rtems_blkdev_request_cb is now the transfer
request structure.

Renamed rtems_blkdev_request::req_done to rtems_blkdev_request::done to
break third party drivers at compile time, otherwise this API change
would result in runtime errors.
2012-11-02 09:40:58 +01:00
..
2012-10-19 14:02:48 +02:00
2012-07-19 16:55:18 +02:00
2012-11-02 09:34:35 +01:00
2012-10-30 18:03:02 +01:00
2012-09-28 15:41:33 +02:00