diff options
| author | lukem <lukem@NetBSD.org> | 2002-03-20 03:20:10 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-03-20 03:20:10 +0000 |
| commit | 7fedb7d335eaf5748cad2cd37a4796fae9e716e4 (patch) | |
| tree | 9299b083d090c5e29fe07e3a51be86494edb4e67 /sys/dev/usb/uvscom.c | |
| parent | fb88d3b0ba45e2f14addd7e251f6332337afc444 (diff) | |
add missing prototype for uvscom_activate()
Diffstat (limited to 'sys/dev/usb/uvscom.c')
| -rw-r--r-- | sys/dev/usb/uvscom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index a4e8260f117..0e0eb06dad1 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvscom.c,v 1.1 2002/03/19 15:08:42 augustss Exp $ */ +/* $NetBSD: uvscom.c,v 1.2 2002/03/20 03:20:10 lukem Exp $ */ /*- * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. * All rights reserved. @@ -185,6 +185,7 @@ struct uvscom_softc { #define UVSCOMIBUFSIZE 512 #define UVSCOMOBUFSIZE 64 +Static int uvscom_activate(device_ptr_t, enum devact); Static usbd_status uvscom_readstat(struct uvscom_softc *); Static usbd_status uvscom_shutdown(struct uvscom_softc *); Static usbd_status uvscom_reset(struct uvscom_softc *); |
