diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-03-22 19:58:59 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-03-22 19:58:59 +0000 |
commit | 10c53b0d51537e41fb1f5f045618d4502c703319 (patch) | |
tree | e9a4c2406696b9cb4fbcf069fa755ca925d5bd2d /sys/dev/usb/usbdi.h | |
parent | f4b0f1726a869e524a0d4babca61a63b27e9b9ab (diff) | |
download | FreeBSD-src-10c53b0d51537e41fb1f5f045618d4502c703319.zip FreeBSD-src-10c53b0d51537e41fb1f5f045618d4502c703319.tar.gz |
Cosmetical changes.
Diffstat (limited to 'sys/dev/usb/usbdi.h')
-rw-r--r-- | sys/dev/usb/usbdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index a1bb232..51d5c2f 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -178,12 +178,12 @@ usbd_status usbd_interface_count #if 0 u_int8_t usbd_bus_count __P((void)); usbd_status usbd_get_bus_handle __P((u_int8_t index, usbd_bus_handle *bus)); -#endif usbd_status usbd_get_root_hub __P((usbd_bus_handle bus, usbd_device_handle *dev)); usbd_status usbd_port_count __P((usbd_device_handle hub, u_int8_t *nports)); usbd_status usbd_hub2device_handle __P((usbd_device_handle hub, u_int8_t port, usbd_device_handle *dev)); +#endif usbd_status usbd_request2pipe_handle __P((usbd_request_handle reqh, usbd_pipe_handle *pipe)); usbd_status usbd_pipe2interface_handle |