forked from Imagelibrary/rtems
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:
@@ -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>
|
2002-07-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: Eliminate PGM.
|
* start/Makefile.am: Eliminate PGM.
|
||||||
|
|||||||
@@ -199,12 +199,9 @@ extern rtems_unsigned32 rtemsFreeMemStart;
|
|||||||
+--------------------------------------------------------------------------*/
|
+--------------------------------------------------------------------------*/
|
||||||
void _IBMPC_initVideo(void); /* from 'outch.c' */
|
void _IBMPC_initVideo(void); /* from 'outch.c' */
|
||||||
void _IBMPC_outch (char); /* 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 (void); /* from 'inch.c' */
|
||||||
char _IBMPC_inch_sleep (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 rtemsReboot(void); /* from 'exit.c' */
|
||||||
|
|
||||||
void Wait_X_ms(unsigned int timeToWait); /* from 'timer.c' */
|
void Wait_X_ms(unsigned int timeToWait); /* from 'timer.c' */
|
||||||
|
|||||||
@@ -35,8 +35,7 @@
|
|||||||
| $Id$
|
| $Id$
|
||||||
+--------------------------------------------------------------------------*/
|
+--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include <asm.h>
|
||||||
#include "asm.h"
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------+
|
/*----------------------------------------------------------------------------+
|
||||||
| CODE section
|
| CODE section
|
||||||
|
|||||||
Reference in New Issue
Block a user