Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/dev global variable declaration



details:   https://anonhg.NetBSD.org/src/rev/d3a99729d51f
branches:  trunk
changeset: 482875:d3a99729d51f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Feb 24 16:42:54 2000 +0000

description:
global variable declaration

diffstat:

 sys/arch/sh3/dev/scifvar.h |  3 +++
 sys/arch/sh3/dev/scivar.h  |  3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r c7da3e977fac -r d3a99729d51f sys/arch/sh3/dev/scifvar.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sh3/dev/scifvar.h        Thu Feb 24 16:42:54 2000 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: scifvar.h,v 1.1 2000/02/24 16:42:54 msaitoh Exp $ */
+
+extern unsigned int scifcn_speed;
diff -r c7da3e977fac -r d3a99729d51f sys/arch/sh3/dev/scivar.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sh3/dev/scivar.h Thu Feb 24 16:42:54 2000 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: scivar.h,v 1.1 2000/02/24 16:42:54 msaitoh Exp $ */
+
+extern unsigned int scicn_speed;



Home | Main Index | Thread Index | Old Index