moved header files into the motorola and zilog subdirectories

This commit is contained in:
Joel Sherrill
1997-08-04 21:55:30 +00:00
parent 669123e1d3
commit 81d965778e
8 changed files with 8 additions and 9 deletions

View File

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

View File

@@ -11,7 +11,7 @@
* Suite should be rebuilt to account for these overhead times in the
* timing results.
*
* NOTE: If these are all zero, then the times reported include all
* NOTE: If these are all zero, then the times reported include
* all calling overhead including passing of arguments.
*
* COPYRIGHT (c) 1989-1997.

View File

@@ -22,7 +22,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <z8036.h>
#include <zilog/z8036.h>
#define MICRVAL 0xe2 /* disable lower chain, no vec */
/* set right justified addr */

View File

@@ -15,7 +15,7 @@
#include <rtems.h>
#include <bsp.h>
#include <clockdrv.h>
#include <z8036.h>
#include <zilog/z8036.h>
void bsp_return_to_monitor_trap()
{

View File

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

View File

@@ -26,7 +26,7 @@
#include <bsp.h>
#include <z8036.h>
#include <zilog/z8036.h>
#define TIMER 0xfffb0000 /* address of Z8036 on MVME136 */

View File

@@ -22,7 +22,7 @@
#include <bsp.h>
#include <rtems/libio.h>
#include <z8530.h>
#include <zilog/z8530.h>
/* console_initialize

View File

@@ -22,7 +22,7 @@
#include <rtems.h>
#include <bsp.h>
#include <z8036.h>
#include <zilog/z8036.h>
#include <page_table.h>
void bsp_return_to_monitor_trap()