From 57b1f53b1e191f03e36cf0f7398cb808dc825703 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Aug 2000 19:29:54 +0000 Subject: 2000-08-11 Charles-Antoine Gauthier * README: Updated * console/console.c: Fix polled input. Add support for shared printk. Add support for more flexible polled I/O with and without termios. I/O mode and console is selectable either from NVRAM or from mvme167.cfg. Clean up comments. --- c/src/lib/libbsp/m68k/mvme167/include/bsp.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme167/include') diff --git a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h index 12af9fe2aa..1efd026213 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/bsp.h +++ b/c/src/lib/libbsp/m68k/mvme167/include/bsp.h @@ -30,6 +30,7 @@ extern "C" { #include #include #include +#include /* @@ -306,11 +307,6 @@ typedef volatile struct cd2401_regs_ { /* CD2401 is clocked at 20 MHz */ #define CD2401_CLK_RATE 20000000 -/* - * Debug print functions: implemented in console.c - */ -void BSP_output_string( char * buf ); - /* BSP-wide functions */ void bsp_cleanup( void ); -- cgit v1.2.3