2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* residual/residual.c: Include <string.h>.
	* vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
	* bootloader/mm.c: Ditto.
	* bootloader/pci.c: Ditto.
	* console/console.c: Ditto.
	* openpic/openpic.c: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-03 14:22:16 +00:00
parent 6d3d6a0eab
commit 20603d1161
7 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
* vectors/vectors.S: Ditto.
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Include <libcpu/cpuIdent.h>.
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

View File

@@ -37,6 +37,8 @@
*
*/
#include <rtems/bspIo.h>
#include <sys/types.h>
#include <libcpu/spr.h>
#include "bootldr.h"

View File

@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <rtems/bspIo.h>
#include <libcpu/spr.h>
#include "bootldr.h"
#include "pci.h"

View File

@@ -29,6 +29,7 @@ extern int close(int fd);
#include <bsp.h>
#include <bsp/irq.h>
#include <rtems/bspIo.h>
#include <rtems/libio.h>
#include <termios.h>
#include <bsp/uart.h>

View File

@@ -19,7 +19,7 @@
* Note: Interprocessor Interrupt (IPI) and Timer support is incomplete
*/
#include <rtems/bspIo.h>
#include <bsp/openpic.h>
#include <bsp/pci.h>
#include <bsp/consoleIo.h>

View File

@@ -13,6 +13,8 @@
* $Id$
*/
#include <string.h>
#include <bsp/residual.h>
#include <libcpu/io.h>
#include <libcpu/byteorder.h>

View File

@@ -12,6 +12,8 @@
*
* $Id$
*/
#include <rtems/bspIo.h>
#include <bsp/vectors.h>
#include <libcpu/raw_exception.h>
#include <bsp.h>