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

* c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
	c/src/lib/libbsp/m68k/gen68360/console/console.c,
	c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
	c/src/lib/libbsp/m68k/gen68360/network/network.c,
	c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
	c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
	c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
	<rtems/m68k/m68360.h> instead of <m68360.h>.
This commit is contained in:
Ralf Corsepius
2004-04-03 08:45:30 +00:00
parent e39d27e9d3
commit 424f30274f
8 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>
* c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
c/src/lib/libbsp/m68k/gen68360/console/console.c,
c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
c/src/lib/libbsp/m68k/gen68360/network/network.c,
c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
<rtems/m68k/m68360.h> instead of <m68360.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

@@ -15,7 +15,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include "m68360.h" #include <rtems/m68k/m68360.h>
#define CLOCK_VECTOR 120 #define CLOCK_VECTOR 120
#define CLOCK_IRQ_LEVEL 4 #define CLOCK_IRQ_LEVEL 4

View File

@@ -27,7 +27,7 @@
#include <termios.h> #include <termios.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include "m68360.h" #include <rtems/m68k/m68360.h>
/* /*
* Declare clock speed -- may be overwritten by downloader or debugger * Declare clock speed -- may be overwritten by downloader or debugger

View File

@@ -25,6 +25,6 @@
#include <termios.h> #include <termios.h>
#include <bsp.h> #include <bsp.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include "m68360.h" #include <rtems/m68k/m68360.h>
int _console_reserve_resources_removed; int _console_reserve_resources_removed;

View File

@@ -10,7 +10,7 @@
* $Id$ * $Id$
*/ */
#include <bsp.h> #include <bsp.h>
#include <m68360.h> #include <rtems/m68k/m68360.h>
#include <stdio.h> #include <stdio.h>
#include <rtems/error.h> #include <rtems/error.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>

View File

@@ -12,7 +12,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include <m68360.h> #include <rtems/m68k/m68360.h>
#include <rtems/error.h> #include <rtems/error.h>
/* /*

View File

@@ -12,7 +12,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include <m68360.h> #include <rtems/m68k/m68360.h>
/* /*
* Send a command to the CPM RISC processer * Send a command to the CPM RISC processer

View File

@@ -36,7 +36,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include "m68360.h" #include <rtems/m68k/m68360.h>
void void
Timer_initialize (void) Timer_initialize (void)