summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 19:29:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 19:29:54 +0000
commit57b1f53b1e191f03e36cf0f7398cb808dc825703 (patch)
tree694b4421fba4a7ae059d6469610bdfb91f8b6e0f /c/src/lib/libbsp/m68k/mvme167/include
parent2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-57b1f53b1e191f03e36cf0f7398cb808dc825703.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/include')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/include/bsp.h6
1 files changed, 1 insertions, 5 deletions
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 <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 );