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