From df84ca249db0a6ea1efa80020ad0a2576a7115c8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Jun 2012 13:26:13 +0200 Subject: libblock: Rename structure --- cpukit/libblock/include/rtems/diskdevs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libblock/include/rtems/diskdevs.h') diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h index 0b194096a5..6e6be5e9b7 100644 --- a/cpukit/libblock/include/rtems/diskdevs.h +++ b/cpukit/libblock/include/rtems/diskdevs.h @@ -61,7 +61,7 @@ typedef int (*rtems_block_device_ioctl)( #define RTEMS_DISK_READ_AHEAD_NO_TRIGGER ((rtems_blkdev_bnum) -1) /** - * @brief Read-ahead control. + * @brief Block device read-ahead control. */ typedef struct { /** @@ -84,7 +84,7 @@ typedef struct { * be arbitrary. */ rtems_blkdev_bnum next; -} rtems_disk_read_ahread; +} rtems_blkdev_read_ahead; /** * @brief Description of a disk device (logical and physical disks). @@ -204,7 +204,7 @@ struct rtems_disk_device { /** * @brief Read-ahead control for this disk. */ - rtems_disk_read_ahread read_ahead; + rtems_blkdev_read_ahead read_ahead; }; /** -- cgit v1.2.3