2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/ldsegs.S: #include <asm.h>.
	* include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
	Remove printk (Now in bspIo.h).
This commit is contained in:
Ralf Corsepius
2002-07-30 16:24:03 +00:00
parent 084879d5b4
commit ce971719f4
3 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2002-07-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/ldsegs.S: #include <asm.h>.
* include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
Remove printk (Now in bspIo.h).
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Eliminate PGM.

View File

@@ -199,12 +199,9 @@ extern rtems_unsigned32 rtemsFreeMemStart;
+--------------------------------------------------------------------------*/
void _IBMPC_initVideo(void); /* from 'outch.c' */
void _IBMPC_outch (char); /* from 'outch.c' */
rtems_boolean _IBMPC_chrdy (char *); /* from 'inch.c' */
char _IBMPC_inch (void); /* from 'inch.c' */
char _IBMPC_inch_sleep (void); /* from 'inch.c' */
void printk(char *fmt, ...); /* from 'printk.c' */
void rtemsReboot(void); /* from 'exit.c' */
void Wait_X_ms(unsigned int timeToWait); /* from 'timer.c' */

View File

@@ -35,8 +35,7 @@
| $Id$
+--------------------------------------------------------------------------*/
#include "asm.h"
#include <asm.h>
/*----------------------------------------------------------------------------+
| CODE section