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

* console/Modif_cpu_asm.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:09:44 +00:00
parent c2e9632ea2
commit 999cae6193
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/Modif_cpu_asm.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>
* clock/ckinit.c, console/m340uart.c, include/bsp.h,

View File

@@ -16,7 +16,7 @@
*/
#include <asm.h>
#include <rtems/asm.h>
.text

View File

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