forked from Imagelibrary/rtems
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* 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.
This commit is contained in:
@@ -30,6 +30,7 @@ extern "C" {
|
||||
#include <clockdrv.h>
|
||||
#include <console.h>
|
||||
#include <iosupp.h>
|
||||
#include <bspIo.h>
|
||||
|
||||
|
||||
/*
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user