summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/diskdevs.h
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-05-05 12:56:30 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-05-05 12:56:30 +0000
commitd8602eb655c428bbf346c8e1cfe2bf7fbf06a37c (patch)
treea696b653275224c215907864b14af600012d2a37 /cpukit/libblock/include/rtems/diskdevs.h
parentAdded FDISK command (diff)
downloadrtems-d8602eb655c428bbf346c8e1cfe2bf7fbf06a37c.tar.bz2
Documentation
Diffstat (limited to 'cpukit/libblock/include/rtems/diskdevs.h')
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index da5c32ec13..b5254eec5f 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -36,12 +36,13 @@ extern "C" {
*
* @ingroup rtems_libblock
*
- * This module provides functions to manage disk devices. The disk devices are
- * accessed via the RTEMS block device library. A disk is a set of blocks
- * which are identified by a consecutive set of non-negative integers starting
- * at zero. There are also logical disks which contain a subset of consecutive
- * disk blocks. The logical disks are used to represent the partitions of a
- * disk.
+ * This module provides functions to manage disk devices.
+ *
+ * A disk is a set of blocks which are identified by a consecutive set of
+ * non-negative integers starting at zero. There are also logical disks which
+ * contain a subset of consecutive disk blocks. The logical disks are used to
+ * represent the partitions of a disk. The disk devices are accessed via the
+ * @ref rtems_bdbuf "block device buffer module".
*
* @{
*/