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>. * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
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>.
|
||||
* gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||
|
||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems/libio.h>
|
||||
#include <iosupp.h>
|
||||
#include <rtems/iosupp.h>
|
||||
#include <rtems/score/sh_io.h>
|
||||
/* HACK: There must be something better than this :) */
|
||||
#if defined(__sh1__)
|
||||
|
||||
@@ -29,8 +29,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems.h>
|
||||
#include <clockdrv.h>
|
||||
#include <console.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/console.h>
|
||||
|
||||
/*
|
||||
* confdefs.h overrides for this BSP:
|
||||
|
||||
Reference in New Issue
Block a user