mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
||||
|
||||
* times, include/bsp.h, startup/bspstart.c: Convert to using c99
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <iregdef.h>
|
||||
#include <idtcpu.h>
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
|
||||
|
||||
FRAME(mips_leddisplay,sp,0,ra)
|
||||
|
||||
@@ -25,8 +25,8 @@ extern "C" {
|
||||
#include <bspopts.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <console.h>
|
||||
#include <clockdrv.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
|
||||
/*
|
||||
* confdefs.h overrides for this BSP:
|
||||
|
||||
@@ -33,7 +33,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||
**************************************************************************/
|
||||
#include <iregdef.h>
|
||||
#include <idtcpu.h>
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
|
||||
|
||||
.extern _fbss,4 /* this is defined by the linker */
|
||||
|
||||
@@ -40,7 +40,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||
|
||||
#include <iregdef.h>
|
||||
#include <idtcpu.h>
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
|
||||
.data
|
||||
mem_size:
|
||||
|
||||
@@ -32,7 +32,7 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
|
||||
/* 950308: Ketan patched a few tlb functions that would not have worked.*/
|
||||
#include <iregdef.h>
|
||||
#include <idtcpu.h>
|
||||
#include <asm.h>
|
||||
#include <rtems/asm.h>
|
||||
|
||||
|
||||
.text
|
||||
|
||||
Reference in New Issue
Block a user