diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-12-11 23:13:02 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-12-11 23:13:02 +0000 |
commit | f0bc2443fb563ef6515d23cfb540d20ed77bba6e (patch) | |
tree | a70eb27b0f4b1a03b9690b42bd1058449e25499e /sys/dev/usb2/controller/uhci2.c | |
parent | 4014de0d1b683eb810af4142f7b459f6a02560d0 (diff) | |
download | FreeBSD-src-f0bc2443fb563ef6515d23cfb540d20ed77bba6e.zip FreeBSD-src-f0bc2443fb563ef6515d23cfb540d20ed77bba6e.tar.gz |
Format and wrap function declarations.
Diffstat (limited to 'sys/dev/usb2/controller/uhci2.c')
-rw-r--r-- | sys/dev/usb2/controller/uhci2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/usb2/controller/uhci2.c b/sys/dev/usb2/controller/uhci2.c index 5e23cc1..ae03b8d 100644 --- a/sys/dev/usb2/controller/uhci2.c +++ b/sys/dev/usb2/controller/uhci2.c @@ -139,13 +139,13 @@ extern struct usb2_pipe_methods uhci_root_ctrl_methods; extern struct usb2_pipe_methods uhci_root_intr_methods; static usb2_config_td_command_t uhci_root_ctrl_task; -static void uhci_root_ctrl_poll(struct uhci_softc *sc); -static void uhci_do_poll(struct usb2_bus *bus); -static void uhci_device_done(struct usb2_xfer *xfer, usb2_error_t error); -static void uhci_transfer_intr_enqueue(struct usb2_xfer *xfer); -static void uhci_root_intr_check(void *arg); -static void uhci_timeout(void *arg); -static uint8_t uhci_check_transfer(struct usb2_xfer *xfer); +static void uhci_root_ctrl_poll(struct uhci_softc *); +static void uhci_do_poll(struct usb2_bus *); +static void uhci_device_done(struct usb2_xfer *, usb2_error_t); +static void uhci_transfer_intr_enqueue(struct usb2_xfer *); +static void uhci_root_intr_check(void *); +static void uhci_timeout(void *); +static uint8_t uhci_check_transfer(struct usb2_xfer *); void uhci_iterate_hw_softc(struct usb2_bus *bus, usb2_bus_mem_sub_cb_t *cb) |