Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Declare genppc_isa_detach_hook().



details:   https://anonhg.NetBSD.org/src/rev/dd1213f61f09
branches:  trunk
changeset: 746813:dd1213f61f09
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Aug 20 14:21:12 2009 +0000

description:
Declare genppc_isa_detach_hook().

diffstat:

 sys/arch/powerpc/include/isa_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9bbf56f54554 -r dd1213f61f09 sys/arch/powerpc/include/isa_machdep.h
--- a/sys/arch/powerpc/include/isa_machdep.h    Thu Aug 20 12:55:26 2009 +0000
+++ b/sys/arch/powerpc/include/isa_machdep.h    Thu Aug 20 14:21:12 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.h,v 1.5 2009/08/19 14:44:48 dyoung Exp $   */
+/*     $NetBSD: isa_machdep.h,v 1.6 2009/08/20 14:21:12 dyoung Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -101,6 +101,7 @@
  */
 void   genppc_isa_attach_hook(struct device *, struct device *,
            struct isabus_attach_args *);
+void   genppc_isa_detach_hook(isa_chipset_tag_t, device_t);
 const struct evcnt *genppc_isa_intr_evcnt(isa_chipset_tag_t, int);
 void   *genppc_isa_intr_establish(isa_chipset_tag_t, int /*irq*/, int /*type*/,
            int /*level*/, int (*ih_fun)(void *), void *);



Home | Main Index | Thread Index | Old Index