summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-06 12:07:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-07 17:02:25 +0200
commit9bfd7ff09ef49bb623488a4f736e2d7cac651e01 (patch)
tree49b850b690847ff9fcd2e5517a975b249e00bef8
parenttermios: Fix warning (diff)
downloadrtems-9bfd7ff09ef49bb623488a4f736e2d7cac651e01.tar.bz2
dosfs: Documentation
-rw-r--r--cpukit/libfs/src/dosfs/dosfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/libfs/src/dosfs/dosfs.h
index f082a151dc..3dc85edcd0 100644
--- a/cpukit/libfs/src/dosfs/dosfs.h
+++ b/cpukit/libfs/src/dosfs/dosfs.h
@@ -189,6 +189,14 @@ struct rtems_dosfs_convert_control {
*
* @ingroup FileSystemTypesAndMount
*
+ * @brief FAT file system configuration support, format and mount options.
+ *
+ * A block device can be formatted with a FAT file system with the
+ * msdos_format() function.
+ *
+ * The FAT file system mount operation can be controlled with FAT file system
+ * specific mount options, see @ref rtems_dosfs_mount_options.
+ *
* @{
*/