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

* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
	mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
	<rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
This commit is contained in:
Ralf Corsepius
2004-04-08 05:29:32 +00:00
parent 524f25eeb0
commit bab5ff96e3
5 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
<rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -21,7 +21,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <zilog/z8036.h>
#include <rtems/zilog/z8036.h>
#define MICRVAL 0xe2 /* disable lower chain, no vec */
/* set right justified addr */

View File

@@ -14,7 +14,7 @@
#include <rtems.h>
#include <bsp.h>
#include <rtems/clockdrv.h>
#include <zilog/z8036.h>
#include <rtems/zilog/z8036.h>
void bsp_return_to_monitor_trap()
{

View File

@@ -19,7 +19,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
#include <zilog/z8036.h>
#include <rtems/zilog/z8036.h>
/*
* The original table from the application and our copy of it with

View File

@@ -25,7 +25,7 @@
#include <bsp.h>
#include <zilog/z8036.h>
#include <rtems/zilog/z8036.h>
#define TIMER 0xfffb0000 /* address of Z8036 on MVME136 */