summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/fsmount
diff options
context:
space:
mode:
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 */