Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2010 23:09:25 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r212485 - user/weongyo/usb/sys/dev/usb
Message-ID:  <201009112309.o8BN9PVC053028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: weongyo
Date: Sat Sep 11 23:09:25 2010
New Revision: 212485
URL: http://svn.freebsd.org/changeset/base/212485

Log:
  style(9)

Modified:
  user/weongyo/usb/sys/dev/usb/usb_controller.h

Modified: user/weongyo/usb/sys/dev/usb/usb_controller.h
==============================================================================
--- user/weongyo/usb/sys/dev/usb/usb_controller.h	Sat Sep 11 23:03:40 2010	(r212484)
+++ user/weongyo/usb/sys/dev/usb/usb_controller.h	Sat Sep 11 23:09:25 2010	(r212485)
@@ -191,13 +191,18 @@ struct usb_temp_setup {
 
 /* prototypes */
 
-int	usb_bus_struct_init(struct usb_bus *, device_t, struct usb_device **,
-	    uint8_t, void (*busmem_func)(struct usb_bus *,
-	    usb_bus_mem_callback_t *));
-void	usb_bus_struct_fini(struct usb_bus *);
-void	usb_bus_mem_flush_all(struct usb_bus *bus);
-uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
-uint16_t usbd_fs_isoc_schedule_isoc_time_expand(struct usb_device *udev, struct usb_fs_isoc_schedule **pp_start, struct usb_fs_isoc_schedule **pp_end, uint16_t isoc_time);
-uint8_t	usbd_fs_isoc_schedule_alloc(struct usb_fs_isoc_schedule *fss, uint8_t *pstart, uint16_t len);
+int		usb_bus_struct_init(struct usb_bus *bus, device_t dev,
+		    struct usb_device **udevs, uint8_t udevsmax,
+		    void (*busmem_func)(struct usb_bus *,
+		        usb_bus_mem_callback_t *));
+void		usb_bus_struct_fini(struct usb_bus *bus);
+void		usb_bus_mem_flush_all(struct usb_bus *bus);
+uint16_t	usb_isoc_time_expand(struct usb_bus *bus,
+		    uint16_t isoc_time_curr);
+uint16_t	usbd_fs_isoc_schedule_isoc_time_expand(struct usb_device *udev,
+		    struct usb_fs_isoc_schedule **pp_start,
+		    struct usb_fs_isoc_schedule **pp_end, uint16_t isoc_time);
+uint8_t		usbd_fs_isoc_schedule_alloc(struct usb_fs_isoc_schedule *fss,
+		    uint8_t *pstart, uint16_t len);
 
 #endif					/* _USB_CONTROLLER_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009112309.o8BN9PVC053028>