summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fsmount
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-17 17:00:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-17 17:00:19 +0000
commit6f77f16f7b3396e4e33570ebc3b40ebf4aaef7cf (patch)
treea092938b31f2e5060fbeed36964af6d810d078c7 /cpukit/libmisc/fsmount
parent2004-09-17 Till Strauman <strauman@slac.stanford.edu> (diff)
downloadrtems-6f77f16f7b3396e4e33570ebc3b40ebf4aaef7cf.tar.bz2
2004-09-17 Joel Sherrill <joel@OARcorp.com>
PR 677/misc * libmisc/dumpbuf/dumpbuf.h, libmisc/fsmount/fsmount.h, libmisc/rtmonuse/rtmonuse.h, libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgcnf.h, libmisc/serdbg/termios_printk.h, libmisc/serdbg/termios_printk_cnf.h, libmisc/untar/untar.h: Add extern C wrappers.
Diffstat (limited to 'cpukit/libmisc/fsmount')
-rw-r--r--cpukit/libmisc/fsmount/fsmount.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h
index 1b876e6f81..395e35b93f 100644
--- a/cpukit/libmisc/fsmount/fsmount.h
+++ b/cpukit/libmisc/fsmount/fsmount.h
@@ -21,12 +21,18 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 02.07.03 creation doe |
\*===============================================================*/
+
#ifndef _FSMOUNT_H
#define _FSMOUNT_H
+
#include <rtems.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* bits to define, what errors will cause reporting (via printf) and
* abort of mount processing
@@ -68,4 +74,8 @@ int rtems_fsmount
| 0, if success, -1 and errno if failed |
\*=========================================================================*/
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _FSMOUNT_H */