Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Prototype for aue_reset_pegasus_II().



details:   https://anonhg.NetBSD.org/src/rev/9fd9d2eec4e1
branches:  trunk
changeset: 512915:9fd9d2eec4e1
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Jul 19 09:40:40 2001 +0000

description:
Prototype for aue_reset_pegasus_II().

diffstat:

 sys/dev/usb/if_aue.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 86cba1156b4f -r 9fd9d2eec4e1 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c      Thu Jul 19 07:26:53 2001 +0000
+++ b/sys/dev/usb/if_aue.c      Thu Jul 19 09:40:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aue.c,v 1.63 2001/07/16 18:33:13 augustss Exp $     */
+/*     $NetBSD: if_aue.c,v 1.64 2001/07/19 09:40:40 augustss Exp $     */
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -217,6 +217,7 @@
 
 USB_DECLARE_DRIVER(aue);
 
+Static void aue_reset_pegasus_II(struct aue_softc *sc);
 Static const struct aue_type *aue_lookup(u_int16_t vendor, u_int16_t product);
 Static int aue_tx_list_init(struct aue_softc *);
 Static int aue_rx_list_init(struct aue_softc *);



Home | Main Index | Thread Index | Old Index