From 572d2fbe58b90517e6b71ef26353b31bd4be378e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 15 Aug 2010 23:28:51 +0000 Subject: [PATCH] 2010-08-15 Joel Sherrill * mpc55xx/esci/esci.c: Add BSP_poll_char. --- c/src/lib/libcpu/powerpc/ChangeLog | 4 ++++ c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c | 1 + 2 files changed, 5 insertions(+) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 0ee6917135..12c12909b9 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-15 Joel Sherrill + + * mpc55xx/esci/esci.c: Add BSP_poll_char. + 2010-07-30 Gedare Bloom PR 1599/cpukit diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c b/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c index 5a6bc7b37e..e7f0672ae3 100644 --- a/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c +++ b/c/src/lib/libcpu/powerpc/mpc55xx/esci/esci.c @@ -690,3 +690,4 @@ static void mpc55xx_esci_output_char_init( char c) /** @} */ BSP_output_char_function_type BSP_output_char = mpc55xx_esci_output_char_init; +BSP_polling_getchar_function_type BSP_poll_char = NULL;