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:
Ralf Corsepius
2004-04-01 10:11:45 +00:00
parent fa3ef4a227
commit 12f971c6d8
3 changed files with 9 additions and 3 deletions

View File

@@ -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

View File

@@ -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__)

View File

@@ -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: