[rtems commit] dosfs: Documentation

Sebastian Huber sebh at rtems.org
Fri Jun 7 15:02:23 UTC 2013


Module:    rtems
Branch:    master
Commit:    9bfd7ff09ef49bb623488a4f736e2d7cac651e01
Changeset: http://git.rtems.org/rtems/commit/?id=9bfd7ff09ef49bb623488a4f736e2d7cac651e01

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun  6 12:07:50 2013 +0200

dosfs: Documentation

---

 cpukit/libfs/src/dosfs/dosfs.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/libfs/src/dosfs/dosfs.h
index f082a15..3dc85ed 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.
+ *
  * @{
  */
 




More information about the vc mailing list