summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-08 05:29:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-08 05:29:32 +0000
commitbab5ff96e35b079f2355660d3f0cce8dc6a488ec (patch)
tree09cd4b17dc0065bb96f687334b42b1c48c590a30 /c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
parent2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-bab5ff96e35b079f2355660d3f0cce8dc6a488ec.tar.bz2
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>.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
index 41c449364a..57bb61bee0 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspclean.c
@@ -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()
{