diff options
| author | augustss <augustss@NetBSD.org> | 2001-07-19 09:40:40 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2001-07-19 09:40:40 +0000 |
| commit | fa4d95379a0b4d6ed8474160fea464bb90fc3db6 (patch) | |
| tree | d1fdecf5948aae45f1e1ac5a60e6f6a0278a6733 /sys/dev/usb | |
| parent | 546f0c22a1b06981c1f804642f035618f5c28b3b (diff) | |
Prototype for aue_reset_pegasus_II().
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_aue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 0647153a647..6b1e4f8bba0 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -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>. All rights reserved. @@ -217,6 +217,7 @@ Static const struct aue_type aue_devs[] = { 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 *); |
