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

* 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>.
	* console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:10:06 +00:00
parent 553aa5f204
commit a9a27b51c9
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* 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>.
* console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to

View File

@@ -22,7 +22,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <ringbuf.h>
#include <rtems/ringbuf.h>
Ring_buffer_t Console_Buffer[2];

View File

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