summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-05-07 04:33:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-05-07 04:33:34 +0000
commit7d54a043f02a9ab000b00d79cd05c57c3543c898 (patch)
treecbc6051f13ebeeefabb297beec35034d1ef9b14e /sys/dev/usb/usbdivar.h
parenta8b5a2d4375a4434a0a6db9a4327408aee37ac3c (diff)
string cleanup; nate ok
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r--sys/dev/usb/usbdivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h
index 0b1b6d69f30..8b815ad5540 100644
--- a/sys/dev/usb/usbdivar.h
+++ b/sys/dev/usb/usbdivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbdivar.h,v 1.17 2002/07/25 02:18:11 nate Exp $ */
+/* $OpenBSD: usbdivar.h,v 1.18 2003/05/07 04:33:33 deraadt Exp $ */
/* $NetBSD: usbdivar.h,v 1.63 2001/01/21 19:00:06 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */
@@ -242,7 +242,7 @@ usbd_status usbd_new_device(device_ptr_t parent,
int lowspeed, int port,
struct usbd_port *);
void usbd_remove_device(usbd_device_handle, struct usbd_port *);
-int usbd_printBCD(char *cp, int bcd);
+int usbd_printBCD(char *cp, size_t len, int bcd);
usbd_status usbd_fill_iface_data(usbd_device_handle dev, int i, int a);
void usb_free_device(usbd_device_handle);