Changeset 9f0a68c in rtems for cpukit/libblock/include

Timestamp:
10/31/12 10:54:39 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
eb93595
Parents:
20e1e769
git-author:
Sebastian Huber <sebastian.huber@…> (10/31/12 10:54:39)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/02/12 08:40:58)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.