From 9bfd7ff09ef49bb623488a4f736e2d7cac651e01 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Jun 2013 12:07:50 +0200 Subject: dosfs: Documentation --- cpukit/libfs/src/dosfs/dosfs.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + * * @{ */ -- cgit v1.2.3