From ede1a4182df68b1191b8ef2031f7a1f14813b525 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2016 13:12:31 +0200 Subject: Make rtems/print.h independent of rtems/bspIo.h --- cpukit/include/rtems/bspIo.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 4b5b2a2bf7..d0d8f83dcd 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -122,18 +122,6 @@ extern int putk(const char *s); */ extern void rtems_putc(char c); -/** - * Type definition for function which can be plugged in to - * certain reporting routines to redirect the output. - * - * Use the RTEMS Print interface to call these functions. Do not - * directly use them. - * - * If the user provides their own "printf plugin", then they may - * redirect those reports as they see fit. - */ -typedef int (*rtems_print_plugin_t)(void *, const char *format, va_list ap); - /**@}*/ #ifdef __cplusplus -- cgit v1.2.3