From 58b9b6cd0ada826a1d88b54d2d0ab6675d9ffe2c Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Thu, 8 Aug 2013 09:44:23 +0000 Subject: These functions should only used in the usb-autoconf glue, do not expose them. --- sys/dev/usb/usb_subr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/usb/usb_subr.c') diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index deaa56c05ea..8217a8ad090 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_subr.c,v 1.90 2013/08/08 09:37:02 mpi Exp $ */ +/* $OpenBSD: usb_subr.c,v 1.91 2013/08/08 09:44:22 mpi Exp $ */ /* $NetBSD: usb_subr.c,v 1.103 2003/01/10 11:19:13 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -71,6 +71,9 @@ void usbd_free_iface_data(struct usbd_device *, int); usbd_status usbd_probe_and_attach(struct device *, struct usbd_device *, int, int); +int usbd_printBCD(char *cp, size_t len, int bcd); +void usb_free_device(struct usbd_device *, struct usbd_port *); + #ifdef USBVERBOSE #include #endif /* USBVERBOSE */ -- cgit v1.2.3