2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>

* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
	c/src/lib/libbsp/m68k/gen68302/console/console.c,
	c/src/lib/libbsp/m68k/gen68302/network/network.c,
	c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
	<rtems/m68k/m68302.h> instead of <m68302.h>.
This commit is contained in:
Ralf Corsepius
2004-04-03 08:45:20 +00:00
parent 0cd196b7f9
commit e39d27e9d3
5 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
c/src/lib/libbsp/m68k/gen68302/console/console.c,
c/src/lib/libbsp/m68k/gen68302/network/network.c,
c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
<rtems/m68k/m68302.h> instead of <m68302.h>.
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -22,7 +22,7 @@
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include "m68302.h" #include <rtems/m68k/m68302.h>
#define CLOCK_VECTOR 137 #define CLOCK_VECTOR 137

View File

@@ -16,7 +16,7 @@
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include "m68302.h" #include <rtems/m68k/m68302.h>
/* console_initialize /* console_initialize
* *

View File

@@ -26,7 +26,7 @@
#include <netinet/in.h> #include <netinet/in.h>
#include <netinet/if_ether.h> #include <netinet/if_ether.h>
#include <m68302.h> #include <rtems/m68k/m68302.h>
/* /*
* Number of SCCs supported by this driver * Number of SCCs supported by this driver

View File

@@ -22,7 +22,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include "m68302.h" #include <rtems/m68k/m68302.h>
#define TMR2_VAL 0x071b /* Timer mode register #define TMR2_VAL 0x071b /* Timer mode register