Changeset ef142d7 in rtems for cpukit/libblock/include
- Timestamp:
- Oct 28, 2002, 2:00:43 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a1f1011
- Parents:
- 42b7ce27
- Location:
- cpukit/libblock/include/rtems
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/include/rtems/blkdev.h
r42b7ce27 ref142d7 63 63 blkdev_request_cb req_done; /* Callback function */ 64 64 void *done_arg; /* Argument to be passed to callback function*/ 65 rtems_status_code status; /* Last I/O operation completion status */ 66 int error; /* If status != RTEMS_SUCCESSFUL, this field 67 * contains error code 68 */ 65 69 blkdev_bnum start; /* Start block number */ 66 70 rtems_unsigned32 count; /* Number of blocks to be exchanged */
Note: See TracChangeset
for help on using the changeset viewer.