From b2cb8d6fb456f3bfe39d746b79a0fbede94f5666 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Jun 2012 15:26:12 +0200 Subject: libcsupport: Add rtems_printf_plugin() --- cpukit/include/rtems/bspIo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/include') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index 4fe7da3287..d5a004a7cc 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -64,6 +64,8 @@ extern void putk(const char *s); */ extern int printk_plugin(void *context, const char *fmt, ...); +extern int rtems_printf_plugin(void *context, const char *fmt, ...); + /* * Type definition for function which can be plugged in to * certain reporting routines to redirect the output -- cgit v1.2.3