summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:56:08 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:56:18 -0500
commit34e0a56982c5a2e57b7f2b40db34678a6212425f (patch)
tree912da1e7de6324fb4203a963a230b67e6dfeecc6
parentcpukit/dev/include/dev/i2c/i2c.h: Fix Doxygen grouping (diff)
downloadrtems-34e0a56982c5a2e57b7f2b40db34678a6212425f.tar.bz2
cpukit/libmisc/fsmount/fsmount.h: Remove duplicate comments and copyright
-rw-r--r--cpukit/libmisc/fsmount/fsmount.h36
1 files changed, 7 insertions, 29 deletions
diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h
index 82161f1adc..441b0d68ef 100644
--- a/cpukit/libmisc/fsmount/fsmount.h
+++ b/cpukit/libmisc/fsmount/fsmount.h
@@ -8,11 +8,10 @@
*
* This file contains the fsmount functions. These functions
* are used to mount a list of filesystems (and create their mount
- * points before)
- */
+ * points before).
+ */
/*
- *
* Copyright (c) 2003 IMD
*
* Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
@@ -24,30 +23,6 @@
* http://www.rtems.org/license/LICENSE.
*/
-/*===============================================================*\
-| Project: RTEMS fsmount |
-+-----------------------------------------------------------------+
-| File: fsmount.h |
-+-----------------------------------------------------------------+
-| Copyright (c) 2003 IMD |
-| Ingenieurbuero fuer Microcomputertechnik Th. Doerfler |
-| <Thomas.Doerfler@imd-systems.de> |
-| all rights reserved |
-+-----------------------------------------------------------------+
-| this file contains the fsmount functions. These functions |
-| are used to mount a list of filesystems (and create their mount |
-| points before) |
-| |
-| The license and distribution terms for this file may be |
-| found in the file LICENSE in this distribution or at |
-| http://www.rtems.org/license/LICENSE. |
-| |
-+-----------------------------------------------------------------+
-| date history ID |
-| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
-| 02.07.03 creation doe |
-\*===============================================================*/
-
#ifndef _FSMOUNT_H
#define _FSMOUNT_H
@@ -63,7 +38,6 @@ extern "C" {
* @defgroup rtems_fstab File System Mount Support
*
* @ingroup FileSystemTypesAndMount
- *
*/
/**@{**/
@@ -214,7 +188,11 @@ typedef struct {
* }
* @endcode
*/
-int rtems_fsmount( const rtems_fstab_entry *fstab, size_t size, size_t *abort_index);
+int rtems_fsmount(
+ const rtems_fstab_entry *fstab,
+ size_t size,
+ size_t *abort_index
+);
/** @} */