summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_cuereg.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-03-25 00:44:21 +0000
committersobomax <sobomax@FreeBSD.org>2005-03-25 00:44:21 +0000
commit20ed90b9011d0f1fc0b8e3451704cadc18017d21 (patch)
treed9c6670400f80fe7f04c24108433cf982d7b148b /sys/dev/usb/if_cuereg.h
parentb1a03beb9ba3fc1db597deb178c280f3c57c1eb4 (diff)
downloadFreeBSD-src-20ed90b9011d0f1fc0b8e3451704cadc18017d21.zip
FreeBSD-src-20ed90b9011d0f1fc0b8e3451704cadc18017d21.tar.gz
Move xxx_newbuf() function, which was the same in all drivers into central
location.
Diffstat (limited to 'sys/dev/usb/if_cuereg.h')
-rw-r--r--sys/dev/usb/if_cuereg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h
index 85fc71e..21af042 100644
--- a/sys/dev/usb/if_cuereg.h
+++ b/sys/dev/usb/if_cuereg.h
@@ -167,6 +167,7 @@ struct cue_cdata {
struct cue_softc {
struct arpcom arpcom;
+ device_t cue_dev;
usbd_device_handle cue_udev;
usbd_interface_handle cue_iface;
int cue_ed[CUE_ENDPT_MAX];
OpenPOWER on IntegriCloud