summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/ratemon.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 66c2752bf3..8645dec4a9 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -32,6 +32,8 @@
#define RTEMS_RATEMON_EXTERN extern
#endif
+#include <rtems/bspIo.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -281,6 +283,19 @@ void rtems_rate_monotonic_reset_all_statistics( void );
* This directive allows a thread to print the statistics information
* on ALL period instances which have non-zero counts using printk.
*/
+void rtems_rate_monotonic_report_statistics_with_plugin(
+ void *context,
+ rtems_printk_plugin_t print
+);
+
+/*
+ * rtems_rate_monotonic_report_statistics
+ *
+ * DESCRIPTION:
+ *
+ * This directive allows a thread to print the statistics information
+ * on ALL period instances which have non-zero counts using printk.
+ */
void rtems_rate_monotonic_report_statistics( void );
/*