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

* console/led.S: Include <rtems/asm.h> instead of <asm.h>.
	* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
	* startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
	* startup/idttlb.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>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:10:26 +00:00
parent 99ddf762d6
commit d6a0781bf3
6 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/led.S: Include <rtems/asm.h> instead of <asm.h>.
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
* startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
* startup/idttlb.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>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* times, include/bsp.h, startup/bspstart.c: Convert to using c99 * times, include/bsp.h, startup/bspstart.c: Convert to using c99

View File

@@ -4,7 +4,7 @@
#include <iregdef.h> #include <iregdef.h>
#include <idtcpu.h> #include <idtcpu.h>
#include <asm.h> #include <rtems/asm.h>
FRAME(mips_leddisplay,sp,0,ra) FRAME(mips_leddisplay,sp,0,ra)

View File

@@ -25,8 +25,8 @@ extern "C" {
#include <bspopts.h> #include <bspopts.h>
#include <rtems.h> #include <rtems.h>
#include <console.h> #include <rtems/console.h>
#include <clockdrv.h> #include <rtems/clockdrv.h>
/* /*
* confdefs.h overrides for this BSP: * confdefs.h overrides for this BSP:

View File

@@ -33,7 +33,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
**************************************************************************/ **************************************************************************/
#include <iregdef.h> #include <iregdef.h>
#include <idtcpu.h> #include <idtcpu.h>
#include <asm.h> #include <rtems/asm.h>
.extern _fbss,4 /* this is defined by the linker */ .extern _fbss,4 /* this is defined by the linker */

View File

@@ -40,7 +40,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#include <iregdef.h> #include <iregdef.h>
#include <idtcpu.h> #include <idtcpu.h>
#include <asm.h> #include <rtems/asm.h>
.data .data
mem_size: mem_size:

View File

@@ -32,7 +32,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
/* 950308: Ketan patched a few tlb functions that would not have worked.*/ /* 950308: Ketan patched a few tlb functions that would not have worked.*/
#include <iregdef.h> #include <iregdef.h>
#include <idtcpu.h> #include <idtcpu.h>
#include <asm.h> #include <rtems/asm.h>
.text .text