Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/mmeye Make this compile.



details:   https://anonhg.NetBSD.org/src/rev/13e4fc561c08
branches:  trunk
changeset: 485166:13e4fc561c08
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Apr 21 13:35:27 2000 +0000

description:
Make this compile.

diffstat:

 sys/arch/mmeye/mmeye/shb.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bbbe425d12af -r 13e4fc561c08 sys/arch/mmeye/mmeye/shb.c
--- a/sys/arch/mmeye/mmeye/shb.c        Fri Apr 21 13:13:47 2000 +0000
+++ b/sys/arch/mmeye/mmeye/shb.c        Fri Apr 21 13:35:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shb.c,v 1.5 2000/03/21 04:42:58 itojun Exp $   */
+/*     $NetBSD: shb.c,v 1.6 2000/04/21 13:35:27 tsubai Exp $   */
 
 /*-
  * Copyright (c) 1993, 1994 Charles Hannum.  All rights reserved.
@@ -72,6 +72,8 @@
 void Xsoftnet __P((void));
 void Xsoftclock __P((void));
 void init_soft_intr_handler __P((void));
+void enable_ext_intr __P((void));
+void disable_ext_intr __P((void));
 
 struct cfattach shb_ca = {
        sizeof(struct shb_softc), shbmatch, shbattach



Home | Main Index | Thread Index | Old Index