From: Andreas Dachsberger <andreas.dachsber...@embedded-brains.de> --- cpukit/include/rtems/score/timecounterimpl.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/cpukit/include/rtems/score/timecounterimpl.h b/cpukit/include/rtems/score/timecounterimpl.h index ac09d9b1a6..f6522b2de0 100644 --- a/cpukit/include/rtems/score/timecounterimpl.h +++ b/cpukit/include/rtems/score/timecounterimpl.h @@ -36,6 +36,12 @@ extern "C" { * @{ */ +/** + * @brief Sets the timecounter clock to the given value. + * + * @param bt The value to set the clock to. + * @param lock_context The interrupt lock context. + */ void _Timecounter_Set_clock( const struct bintime *bt, ISR_lock_Context *lock_context -- 2.16.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel