summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/mount.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-13 12:13:19 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-13 12:13:19 -0600
commit41b590f966d9ff6a760bd492a649fe33f1f4606a (patch)
treed1401b578183bd5297a2525a99f5a0840d1bd48c /cpukit/libcsupport/src/mount.c
parenttermios: Fix output flush (diff)
downloadrtems-41b590f966d9ff6a760bd492a649fe33f1f4606a.tar.bz2
libcsupport: Doxygen enhancement task #9
Diffstat (limited to 'cpukit/libcsupport/src/mount.c')
-rw-r--r--cpukit/libcsupport/src/mount.c18
1 files changed, 7 insertions, 11 deletions
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index 8eb4796fb2..92033e1904 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -1,12 +1,11 @@
-/*
- * mount()
- *
- * XXX
- *
- * XXX make sure no required ops are NULL
- * XXX make sure no optional ops you are using are NULL
- * XXX unmount should be required.
+/**
+ * @file
*
+ * @brief Mounts a File System
+ * @ingroup FileSystemTypesAndMount
+ */
+
+/*
* COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
@@ -28,9 +27,6 @@
RTEMS_CHAIN_DEFINE_EMPTY(rtems_filesystem_mount_table);
-/*
- * Default pathconfs.
- */
const rtems_filesystem_limits_and_options_t rtems_filesystem_default_pathconf = {
5, /* link_max: count */
128, /* max_canon: max formatted input line size */