Changeset d8602eb in rtems for cpukit/libblock


Ignore:
Timestamp:
05/05/09 12:56:30 (15 years ago)
Author:
Thomas Doerfler <Thomas.Doerfler@…>
Branches:
4.10, 4.11, 5, master
Children:
d0c3b38b
Parents:
846639d
Message:

Documentation

Location:
cpukit/libblock/include/rtems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/include/rtems/blkdev.h

    r846639d rd8602eb  
    2727 * @ingroup rtems_libblock
    2828 *
    29  * Interface between device drivers and the block device library.
     29 * Interface between device drivers and the
     30 * @ref rtems_bdbuf "block device buffer module".
    3031 *
    3132 * The heart of the block device driver is the @ref RTEMS_BLKIO_REQUEST IO
     
    9899
    99100/**
    100  * The block device dequest structure is used to read or write a number of
     101 * The block device request structure is used to read or write a number of
    101102 * blocks from or to the device.
    102103 */
  • cpukit/libblock/include/rtems/diskdevs.h

    r846639d rd8602eb  
    3737 * @ingroup rtems_libblock
    3838 *
    39  * This module provides functions to manage disk devices.  The disk devices are
    40  * accessed via the RTEMS block device library.  A disk is a set of blocks
    41  * which are identified by a consecutive set of non-negative integers starting
    42  * at zero.  There are also logical disks which contain a subset of consecutive
    43  * disk blocks.  The logical disks are used to represent the partitions of a
    44  * disk.
     39 * This module provides functions to manage disk devices.
     40 *
     41 * A disk is a set of blocks which are identified by a consecutive set of
     42 * non-negative integers starting at zero.  There are also logical disks which
     43 * contain a subset of consecutive disk blocks.  The logical disks are used to
     44 * represent the partitions of a disk.  The disk devices are accessed via the
     45 * @ref rtems_bdbuf "block device buffer module".
    4546 *
    4647 * @{
Note: See TracChangeset for help on using the changeset viewer.