various .h files: Add missing C++ extern wrappers

Updates #2405.
This commit is contained in:
Martin Galvan
2015-09-02 16:54:21 -05:00
committed by Joel Sherrill
parent 6d734bae46
commit d781ad5086
3 changed files with 13 additions and 2 deletions

View File

@@ -61,4 +61,8 @@ int rtems_initialize_tfs_filesystem(
*/
int umoncons_poll_read(int minor);
#ifdef __cplusplus
}
#endif
#endif /* __rtems_umon_h */

View File

@@ -87,6 +87,9 @@ int timer_getoverrun(
timer_t timerid
);
#ifdef __cplusplus
}
#endif
/** @} */
#endif
#endif /* _RTEMS_POSIX_PTIMER_H */

View File

@@ -20,6 +20,10 @@
#include <rtems/rtems/dpmem.h>
#include <rtems/score/objectimpl.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @defgroup ClassicDPMEMImpl Dual Ported Memory Manager Implementation
*
@@ -104,5 +108,5 @@ RTEMS_INLINE_ROUTINE Dual_ported_memory_Control *_Dual_ported_memory_Get (
}
#endif
#endif
#endif /* _RTEMS_RTEMS_DPMEM_INL */
/* end of include file */