remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to

be renamed to something better.
XXX dreamcast/mmeye.h
This commit is contained in:
itojun 2001-01-16 17:36:02 +00:00
parent 2663816278
commit a1c683863b
4 changed files with 5 additions and 27 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: md.evbsh3,v 1.7 2000/08/06 22:37:18 wiz Exp $
# $NetBSD: md.evbsh3,v 1.8 2001/01/16 17:36:03 itojun Exp $
./usr/include/evbsh3 comp-c-include
./usr/include/evbsh3/ansi.h comp-c-include
./usr/include/evbsh3/aout_machdep.h comp-c-include
@ -28,7 +28,6 @@
./usr/include/evbsh3/loadfile_machdep.h comp-c-include
./usr/include/evbsh3/lock.h comp-c-include
./usr/include/evbsh3/math.h comp-c-include
./usr/include/evbsh3/mmeye.h comp-c-include
./usr/include/evbsh3/param.h comp-c-include
./usr/include/evbsh3/pcb.h comp-c-include
./usr/include/evbsh3/pio.h comp-c-include

View File

@ -0,0 +1,2 @@
# $NetBSD: obsolete.evbsh3,v 1.1 2001/01/16 17:36:03 itojun Exp $
/usr/include/evbsh3/mmeye.h

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2000/06/26 15:42:32 kleink Exp $
# $NetBSD: Makefile,v 1.8 2001/01/16 17:36:02 itojun Exp $
KDIR= /sys/arch/evbsh3/include
INCSDIR= /usr/include/evbsh3
@ -6,7 +6,7 @@ INCSDIR= /usr/include/evbsh3
INCS= ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \
coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \
disklabel.h elf_machdep.h endian.h endian_machdep.h float.h frame.h \
ieee.h ieeefp.h int_types.h intr.h limits.h lock.h math.h mmeye.h \
ieee.h ieeefp.h int_types.h intr.h limits.h lock.h math.h \
param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
reg.h segments.h setjmp.h shbvar.h signal.h stdarg.h \
trap.h types.h varargs.h vmparam.h

View File

@ -1,23 +0,0 @@
/*
* Brains mmEye specific register definition
*/
#ifndef _MMEYE_H_
#define _MMEYE_H_
#ifdef _KERNEL
#include "opt_led_addr.h"
#define MMEYE_LED (*(volatile unsigned char *)LED_ADDR)
#if 0
#if 1
#define MMEYE_LED (*(volatile unsigned char *)0xa8000000)
#else
#define MMEYE_LED (*(volatile unsigned char *)0xb8000000)
#endif
#endif
#endif /* _KERNEL */
#endif /* _MMEYE_H_ */