summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 21:50:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 21:50:35 +0000
commit02d08803b64523270e8077e12788f0a107b5bbbc (patch)
treed41f5787d4a38a896bb2acaf52c3f50594a59b31 /c/src/lib/libbsp/m68k/idp
parentModified to reflect changes in mc68681.h header file. (diff)
downloadrtems-02d08803b64523270e8077e12788f0a107b5bbbc.tar.bz2
moved header files into the motorola and zilog subdirectories
Diffstat (limited to 'c/src/lib/libbsp/m68k/idp')
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/Makefile.in2
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/bsp.h6
2 files changed, 5 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/include/Makefile.in b/c/src/lib/libbsp/m68k/idp/include/Makefile.in
index d4574056f5..c0ddaf1ff8 100644
--- a/c/src/lib/libbsp/m68k/idp/include/Makefile.in
+++ b/c/src/lib/libbsp/m68k/idp/include/Makefile.in
@@ -8,7 +8,7 @@ top_srcdir = @top_srcdir@
VPATH=@srcdir@
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h \
- $(srcdir)/mc68230.h $(srcdir)/mc68681.h
+ $(srcdir)/mc68230.h
#
# Equate files are for including from assembly preprocessed by
diff --git a/c/src/lib/libbsp/m68k/idp/include/bsp.h b/c/src/lib/libbsp/m68k/idp/include/bsp.h
index 65fcfe1e6e..f58ea8fa17 100644
--- a/c/src/lib/libbsp/m68k/idp/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/idp/include/bsp.h
@@ -11,8 +11,10 @@
#include <rtems.h>
#include <console.h>
#include <clockdrv.h>
-#include <mc68230.h>
-#include <mc68681.h>
+#include <motorola/mc68230.h>
+#include <motorola/mc68681.h>
+
+#define DUART_ADDR 0xb00003 /* base address of the MC68681 DUART */
/*
* Define the time limits for RTEMS Test Suite test durations.