moved header files into the motorola and zilog subdirectories

This commit is contained in:
Joel Sherrill
1997-08-04 21:50:35 +00:00
parent 033ec54463
commit 02d08803b6
4 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
#include <rtems/libio.h> #include <rtems/libio.h>
#include <libcsupport.h> #include <libcsupport.h>
#include <z8036.h> #include <zilog/z8036.h>
#include <string.h> #include <string.h>
#include <fcntl.h> #include <fcntl.h>

View File

@@ -29,7 +29,7 @@
#include <rtems.h> #include <rtems.h>
#include <bsp.h> #include <bsp.h>
#include "z8536.h" #include <zilog/z8536.h>
#define TIMER 0xc00000a0 #define TIMER 0xc00000a0

View File

@@ -8,7 +8,7 @@ top_srcdir = @top_srcdir@
VPATH=@srcdir@ VPATH=@srcdir@
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h \ 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 # Equate files are for including from assembly preprocessed by

View File

@@ -11,8 +11,10 @@
#include <rtems.h> #include <rtems.h>
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#include <mc68230.h> #include <motorola/mc68230.h>
#include <mc68681.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. * Define the time limits for RTEMS Test Suite test durations.