Changeset df84ca2 in rtems
- Timestamp:
- Jun 4, 2012, 11:26:13 AM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1f7b5b0
- Parents:
- 5bd7bd5a
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/04/12 11:26:13)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/04/12 15:30:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/include/rtems/diskdevs.h
r5bd7bd5a rdf84ca2 62 62 63 63 /** 64 * @brief Read-ahead control.64 * @brief Block device read-ahead control. 65 65 */ 66 66 typedef struct { … … 85 85 */ 86 86 rtems_blkdev_bnum next; 87 } rtems_ disk_read_ahread;87 } rtems_blkdev_read_ahead; 88 88 89 89 /** … … 205 205 * @brief Read-ahead control for this disk. 206 206 */ 207 rtems_ disk_read_ahread read_ahead;207 rtems_blkdev_read_ahead read_ahead; 208 208 }; 209 209
Note: See TracChangeset
for help on using the changeset viewer.