mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
committed by
Joel Sherrill
parent
6d734bae46
commit
d781ad5086
@@ -61,4 +61,8 @@ int rtems_initialize_tfs_filesystem(
|
|||||||
*/
|
*/
|
||||||
int umoncons_poll_read(int minor);
|
int umoncons_poll_read(int minor);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* __rtems_umon_h */
|
||||||
|
|||||||
@@ -87,6 +87,9 @@ int timer_getoverrun(
|
|||||||
timer_t timerid
|
timer_t timerid
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif
|
#endif /* _RTEMS_POSIX_PTIMER_H */
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
#include <rtems/rtems/dpmem.h>
|
#include <rtems/rtems/dpmem.h>
|
||||||
#include <rtems/score/objectimpl.h>
|
#include <rtems/score/objectimpl.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup ClassicDPMEMImpl Dual Ported Memory Manager Implementation
|
* @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
|
#endif /* _RTEMS_RTEMS_DPMEM_INL */
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user