add missing prototype for uvscom_activate()
This commit is contained in:
parent
fb88d3b0ba
commit
7fedb7d335
|
@ -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 *);
|
||||
|
|
Loading…
Reference in New Issue