2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
	* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
	* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:11:04 +00:00
parent 0505504770
commit 8da27232de
3 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,

View File

@@ -53,10 +53,10 @@ extern "C" {
#else
#include <rtems.h>
#include <console.h>
#include <clockdrv.h>
#include <console.h>
#include <iosupp.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <rtems/console.h>
#include <rtems/iosupp.h>
/*
* Define the time limits for RTEMS Test Suite test durations.

View File

@@ -43,7 +43,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
#include <bsp.h>
.set CACHE_SIZE,16 # cache line size of 32 bytes