aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2020-03-13 09:10:44 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2020-03-13 09:10:44 +0000
commitdfd71b0047fc85740597c0f443ebe8405f5b3942 (patch)
tree8ad5ef8ee8812d7eddd988eea11bf11fd14ea927 /sys
parent3f04d92b14724522ddf5b6f4bdb6ae255dbdfcbc (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h
index d5be169bcc32..1142dd07814f 100644
--- a/sys/dev/usb/usb_ioctl.h
+++ b/sys/dev/usb/usb_ioctl.h
@@ -329,6 +329,7 @@ struct usb_gen_quirk {
#define USB_FS_OPEN _IOWR('U', 197, struct usb_fs_open)
#define USB_FS_CLOSE _IOW ('U', 198, struct usb_fs_close)
#define USB_FS_CLEAR_STALL_SYNC _IOW ('U', 199, struct usb_fs_clear_stall_sync)
+#define USB_FS_OPEN_STREAM _IOWR('U', 200, struct usb_fs_open_stream)
/* USB quirk system interface */
#define USB_DEV_QUIRK_GET _IOWR('Q', 0, struct usb_gen_quirk)