From 5c370a5df402f9667b59c03e34abac1c9f91e864 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:05:50 +0200 Subject: Make rtems_fprintf_plugin() static --- cpukit/include/rtems/bspIo.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index fad4e9dcbc..112dde6126 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -141,19 +141,6 @@ extern void rtems_putc(char c); */ typedef int (*rtems_print_plugin_t)(void *, const char *format, va_list ap); -/** - * @brief Reporting Methods fprintf() Plugin - * - * This is a standard plug-in to support using fprintf() for output - * instead of printk(). - * - * @param[in] context The file stream. - * @param[in] fmt is a printf()-style format string - * - * @return The number of characters printed. - */ -extern int rtems_fprintf_plugin(void *context, const char *fmt, va_list ap); - /**@}*/ #ifdef __cplusplus -- cgit v1.2.3