aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_ruereg.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-03-25 00:44:21 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-03-25 00:44:21 +0000
commit8a9cf808e68d5c397a4946b340dd22db33c968b1 (patch)
treed9c6670400f80fe7f04c24108433cf982d7b148b /sys/dev/usb/if_ruereg.h
parent70a18c225374811d464d42866ac14b791fd4ca49 (diff)
downloadsrc-8a9cf808e68d5c397a4946b340dd22db33c968b1.tar.gz
src-8a9cf808e68d5c397a4946b340dd22db33c968b1.zip
Move xxx_newbuf() function, which was the same in all drivers into central
location.
Notes
Notes: svn path=/head/; revision=144086
Diffstat (limited to 'sys/dev/usb/if_ruereg.h')
-rw-r--r--sys/dev/usb/if_ruereg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_ruereg.h b/sys/dev/usb/if_ruereg.h
index f3818283ac0c..df876870dd64 100644
--- a/sys/dev/usb/if_ruereg.h
+++ b/sys/dev/usb/if_ruereg.h
@@ -212,6 +212,7 @@ struct rue_cdata {
struct rue_softc {
struct arpcom arpcom;
+ device_t rue_dev;
device_t rue_miibus;
usbd_device_handle rue_udev;
usbd_interface_handle rue_iface;