From c584d4eda4605b14b3731d72b85305ad58efcb97 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Mar 2020 10:14:04 +0100 Subject: rtems: Add rtems_put_char() Update #3904. --- cpukit/include/rtems/bspIo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/include/rtems/bspIo.h') diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h index c906a9a33b..ad196dfd34 100644 --- a/cpukit/include/rtems/bspIo.h +++ b/cpukit/include/rtems/bspIo.h @@ -135,6 +135,16 @@ extern int putk(const char *s); */ extern void rtems_putc(char c); +/** + * @brief Puts the character via rtems_putc(). + * + * This is a compatibility function to support an internal API. + * + * @param c The character to put. + * @param arg Ignored. + */ +void rtems_put_char( int c, void *arg ); + /**@}*/ #ifdef __cplusplus -- cgit v1.2.3