summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2003-05-17 05:33:45 +0000
committernate <nate@openbsd.org>2003-05-17 05:33:45 +0000
commit543f6714b12255c3481129e96e4617b3c7cad9c7 (patch)
tree9b79c31af1978a06de0ecd2f0e3f412219c2e00b /sys/dev/usb/usbdi.c
parentAdd /usr/include/kerberosV; ok millert (diff)
downloadwireguard-openbsd-543f6714b12255c3481129e96e4617b3c7cad9c7.tar.xz
wireguard-openbsd-543f6714b12255c3481129e96e4617b3c7cad9c7.zip
make this function available to others
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index bdeb3e2ba0e..dd075a22acb 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdi.c,v 1.21 2002/10/12 01:09:44 krw Exp $ */
+/* $OpenBSD: usbdi.c,v 1.22 2003/05/17 05:33:45 nate Exp $ */
/* $NetBSD: usbdi.c,v 1.81 2001/04/17 00:05:33 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdi.c,v 1.28 1999/11/17 22:33:49 n_hibma Exp $ */
@@ -551,7 +551,6 @@ usbd_clear_endpoint_stall_async(usbd_pipe_handle pipe)
return (err);
}
-void usbd_clear_endpoint_toggle(usbd_pipe_handle pipe); /* XXXXX */
void
usbd_clear_endpoint_toggle(usbd_pipe_handle pipe)
{