summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/serial/uvisor2.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-12-11 23:13:02 +0000
committerthompsa <thompsa@FreeBSD.org>2008-12-11 23:13:02 +0000
commitf0bc2443fb563ef6515d23cfb540d20ed77bba6e (patch)
treea70eb27b0f4b1a03b9690b42bd1058449e25499e /sys/dev/usb2/serial/uvisor2.c
parent4014de0d1b683eb810af4142f7b459f6a02560d0 (diff)
downloadFreeBSD-src-f0bc2443fb563ef6515d23cfb540d20ed77bba6e.zip
FreeBSD-src-f0bc2443fb563ef6515d23cfb540d20ed77bba6e.tar.gz
Format and wrap function declarations.
Diffstat (limited to 'sys/dev/usb2/serial/uvisor2.c')
-rw-r--r--sys/dev/usb2/serial/uvisor2.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/dev/usb2/serial/uvisor2.c b/sys/dev/usb2/serial/uvisor2.c
index f5e6ff5..b4907fc 100644
--- a/sys/dev/usb2/serial/uvisor2.c
+++ b/sys/dev/usb2/serial/uvisor2.c
@@ -180,13 +180,14 @@ static usb2_callback_t uvisor_write_clear_stall_callback;
static usb2_callback_t uvisor_read_callback;
static usb2_callback_t uvisor_read_clear_stall_callback;
-static usb2_error_t uvisor_init(struct uvisor_softc *sc, struct usb2_device *udev, struct usb2_config *config);
-static void uvisor_cfg_open(struct usb2_com_softc *ucom);
-static void uvisor_cfg_close(struct usb2_com_softc *ucom);
-static void uvisor_start_read(struct usb2_com_softc *ucom);
-static void uvisor_stop_read(struct usb2_com_softc *ucom);
-static void uvisor_start_write(struct usb2_com_softc *ucom);
-static void uvisor_stop_write(struct usb2_com_softc *ucom);
+static usb2_error_t uvisor_init(struct uvisor_softc *, struct usb2_device *,
+ struct usb2_config *);
+static void uvisor_cfg_open(struct usb2_com_softc *);
+static void uvisor_cfg_close(struct usb2_com_softc *);
+static void uvisor_start_read(struct usb2_com_softc *);
+static void uvisor_stop_read(struct usb2_com_softc *);
+static void uvisor_start_write(struct usb2_com_softc *);
+static void uvisor_stop_write(struct usb2_com_softc *);
static const struct usb2_config uvisor_config[UVISOR_N_TRANSFER] = {
OpenPOWER on IntegriCloud