forked from Imagelibrary/rtems
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>. * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>. * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
This commit is contained in:
@@ -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>.
|
||||
* console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
|
||||
* console/duart.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
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <ringbuf.h>
|
||||
#include <rtems/ringbuf.h>
|
||||
|
||||
Ring_buffer_t Console_Buffer[ 2 ];
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
##########################################################*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <ringbuf.h>
|
||||
#include <rtems/ringbuf.h>
|
||||
|
||||
rtems_isr C_Receive_ISR(rtems_vector_number vector);
|
||||
extern Ring_buffer_t Console_Buffer[];
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#include <bspopts.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <console.h>
|
||||
#include <clockdrv.h>
|
||||
#include <rtems/console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <motorola/mc68230.h>
|
||||
#include <motorola/mc68681.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user