aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_device.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-02-28 17:14:03 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-02-28 17:14:03 +0000
commitf5f145ba0737eacf37f8723bc3565a5ae16ae9d2 (patch)
treec37a1bfee6b04d79db9718d07039d94aa0f04fa2 /sys/dev/usb/usb_device.h
parent802cb57e34322fa1ce4a89cfa019d9e2181818d8 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_device.h')
-rw-r--r--sys/dev/usb/usb_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h
index bca3a1d32822d..8ebf9e5ad6fe8 100644
--- a/sys/dev/usb/usb_device.h
+++ b/sys/dev/usb/usb_device.h
@@ -65,8 +65,6 @@ struct usb2_interface {
device_t subdev;
uint8_t alt_index;
uint8_t parent_iface_index;
- uint16_t ep_in_mask; /* bitmask of IN endpoints */
- uint16_t ep_out_mask; /* bitmask of OUT endpoints */
};
/*