aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2003-07-04 01:50:39 +0000
commitc97325b0c83cd9c95e4f7c608870a4a948669f5b (patch)
tree5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/usbdivar.h
parent8689793bfb9db0ae20d7433cbfc3b3ca2587a1c8 (diff)
Notes
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 3c91836c205dd..9a3deddf3555a 100644
--- a/sys/dev/usb/usbdivar.h
+++ b/sys/dev/usb/usbdivar.h
@@ -243,9 +243,9 @@ usbd_status usbd_setup_pipe(usbd_device_handle dev,
usbd_interface_handle iface,
struct usbd_endpoint *, int,
usbd_pipe_handle *pipe);
-usbd_status usbd_new_device(device_ptr_t parent,
+usbd_status usbd_new_device(device_ptr_t parent,
usbd_bus_handle bus, int depth,
- int lowspeed, int port,
+ int lowspeed, int port,
struct usbd_port *);
void usbd_remove_device(usbd_device_handle, struct usbd_port *);
int usbd_printBCD(char *cp, int bcd);