summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
index 76d0392605..04108fb172 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
+ * @ingroup rtems-rfs
+ */
+
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
*
@@ -5,13 +12,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
-/**
- * @file
- *
- * @ingroup rtems-rfs
- *
- * Set of utility functions to support RTEMS RFS on RTEMS.
- */
#if HAVE_CONFIG_H
#include "config.h"