forked from Imagelibrary/rtems
moved header files into the motorola and zilog subdirectories
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user