From f3b76856021a72117d35c8b5b8f4c0e7902eba70 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 12 Nov 2009 08:16:50 +0000 Subject: [PATCH] Indent. --- sys/dev/usb/usbdivar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index e966a2c6e7e9..1c3d4be1d2bf 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: usbdivar.h,v 1.89 2009/09/04 17:53:12 dyoung Exp $ */ +/* $NetBSD: usbdivar.h,v 1.90 2009/11/12 08:16:50 uebayasi Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */ /* @@ -239,9 +239,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_t, usbd_bus_handle, int, int, int, +usbd_status usbd_new_device(device_t, usbd_bus_handle, int, int, int, struct usbd_port *); -usbd_status usbd_reattach_device(device_t, usbd_device_handle, +usbd_status usbd_reattach_device(device_t, usbd_device_handle, int, const int *); void usbd_remove_device(usbd_device_handle, struct usbd_port *); @@ -251,7 +251,7 @@ void usb_free_device(usbd_device_handle); usbd_status usb_insert_transfer(usbd_xfer_handle); void usb_transfer_complete(usbd_xfer_handle); -void usb_disconnect_port(struct usbd_port *, device_t); +void usb_disconnect_port(struct usbd_port *, device_t); /* Routines from usb.c */ void usb_needs_explore(usbd_device_handle);