diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
| commit | 2deae8fa2fc71cfc20b904b038f4cfd71e9fd75d (patch) | |
| tree | 6be1b34cd1d3af5d631e1a8c39ca0dd5d0165f89 /sys/dev/usb/uhcivar.h | |
| parent | 730503190d4ae7364ebe4ff5104503d5895eb8d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
| -rw-r--r-- | sys/dev/usb/uhcivar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 6ed1a93d4ab1..13013730cf03 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -169,7 +169,7 @@ typedef struct uhci_softc { uhci_soft_td_t *sc_freetds; /* TD free list */ uhci_soft_qh_t *sc_freeqhs; /* QH free list */ - SIMPLEQ_HEAD(, usbd_xfer) sc_free_xfers; /* free xfers */ + STAILQ_HEAD(, usbd_xfer) sc_free_xfers; /* free xfers */ u_int8_t sc_addr; /* device address */ u_int8_t sc_conf; /* device configuration */ |
