Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/include remove unneeded header



details:   https://anonhg.NetBSD.org/src/rev/c75272a55088
branches:  trunk
changeset: 524359:c75272a55088
user:      uch <uch%NetBSD.org@localhost>
date:      Sun Mar 24 18:11:09 2002 +0000

description:
remove unneeded header

diffstat:

 sys/arch/dreamcast/include/mmeye.h |  23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diffs (27 lines):

diff -r e40b0bb588b7 -r c75272a55088 sys/arch/dreamcast/include/mmeye.h
--- a/sys/arch/dreamcast/include/mmeye.h        Sun Mar 24 18:10:54 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index