forked from Imagelibrary/rtems
moved header files into the motorola and zilog subdirectories
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <libcsupport.h>
|
||||
#include <z8036.h>
|
||||
#include <zilog/z8036.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
#include <z8036.h>
|
||||
#include <zilog/z8036.h>
|
||||
|
||||
#define TIMER 0xfffb0000 /* address of Z8036 on MVME136 */
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <bsp.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <z8530.h>
|
||||
#include <zilog/z8530.h>
|
||||
|
||||
|
||||
/* console_initialize
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user