From 989938f1b26daba391d0d71ca824e0c386465217 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Aug 2010 14:16:41 +0000 Subject: 2010-08-03 Joel Sherrill * console/console.c: Add BSP_poll_char. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/tqm8xx/console/console.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/tqm8xx') diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index 921d0d5e9c..1c1093f23d 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @@ -1,3 +1,7 @@ +2010-08-03 Joel Sherrill + + * console/console.c: Add BSP_poll_char. + 2010-06-29 Joel Sherrill * configure.ac: Remove AC_CHECK_SIZEOF([void *]). diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c index a4cda15d34..dfc488082a 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c +++ b/c/src/lib/libbsp/powerpc/tqm8xx/console/console.c @@ -856,7 +856,8 @@ static void console_debug_putc_onlcr(const char c) } } -BSP_output_char_function_type BSP_output_char = console_debug_putc_onlcr; +BSP_output_char_function_type BSP_output_char = console_debug_putc_onlcr; +BSP_polling_getchar_function_type BSP_poll_char = NULL; /* -- cgit v1.2.3