summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp/include/bsp.h
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/include/bsp.h
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 '')
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/bsp.h6
1 files changed, 4 insertions, 2 deletions
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.