Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/738ab7020175
branches:  trunk
changeset: 818559:738ab7020175
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 18 03:38:50 2016 +0000

description:
Make this compile again.

diffstat:

 sys/dev/isa/isa_stub.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 3f57a0eaad95 -r 738ab7020175 sys/dev/isa/isa_stub.c
--- a/sys/dev/isa/isa_stub.c    Tue Oct 18 02:46:50 2016 +0000
+++ b/sys/dev/isa/isa_stub.c    Tue Oct 18 03:38:50 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_stub.c,v 1.1 2016/10/17 18:23:49 jdolecek Exp $    */
+/*     $NetBSD: isa_stub.c,v 1.2 2016/10/18 03:38:50 martin Exp $      */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_stub.c,v 1.1 2016/10/17 18:23:49 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_stub.c,v 1.2 2016/10/18 03:38:50 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -47,6 +47,9 @@
 void   *default_isa_intr_establish_xname(isa_chipset_tag_t ic, int irq,
            int type,
            int level, int (*ih_fun)(void *), void *ih_arg, const char *xname);
+void   *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq,
+           int type,
+           int level, int (*ih_fun)(void *), void *ih_arg, const char *xname);
 __strict_weak_alias(isa_intr_establish_xname, default_isa_intr_establish_xname);
 
 void *



Home | Main Index | Thread Index | Old Index