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

* network/network.c: Include <rtems/asm.h> instead of <asm.h>.
	* 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>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:09:10 +00:00
parent 173fd7cff7
commit 8529cf6119
3 changed files with 11 additions and 4 deletions

View File

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

View File

@@ -21,9 +21,9 @@ extern "C" {
#include <bspopts.h>
#include <rtems.h>
#include <iosupp.h>
#include <console.h>
#include <clockdrv.h>
#include <rtems/iosupp.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <rtems/bspIo.h>
#include <libcpu/cpu.h>
#include <irq.h>

View File

@@ -59,7 +59,7 @@ int count_rx = 0;
#include "uti596.h"
#include "netexterns.h"
#include <asm.h>
#include <rtems/asm.h>
#include <string.h>