aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/ch9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h
index e58369ff8168..603b61aadd65 100644
--- a/include/linux/usb/ch9.h
+++ b/include/linux/usb/ch9.h
@@ -556,6 +556,8 @@ struct usb_ss_ep_comp_descriptor {
556} __attribute__ ((packed)); 556} __attribute__ ((packed));
557 557
558#define USB_DT_SS_EP_COMP_SIZE 6 558#define USB_DT_SS_EP_COMP_SIZE 6
559/* Bits 4:0 of bmAttributes if this is a bulk endpoint */
560#define USB_SS_MAX_STREAMS(p) (1 << (p & 0x1f))
559 561
560/*-------------------------------------------------------------------------*/ 562/*-------------------------------------------------------------------------*/
561 563