aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ioctl.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2012-08-13 18:09:19 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2012-08-13 18:09:19 +0000
commite9cec01683b1f3f70a22f28bf4c0b275fc528f26 (patch)
tree2e4f4af712b06d279b9e8085e8fb6b10fbead9aa /sys/dev/usb/usb_ioctl.h
parent0cb5abc7ca15f48d1d3058c4ee2912ddf3990a49 (diff)
downloadsrc-e9cec01683b1f3f70a22f28bf4c0b275fc528f26.tar.gz
src-e9cec01683b1f3f70a22f28bf4c0b275fc528f26.zip
Rename new IOCTL to singular form of the noun "streams".
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=239238
Diffstat (limited to 'sys/dev/usb/usb_ioctl.h')
-rw-r--r--sys/dev/usb/usb_ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h
index 5e8dab7e9f4c..62edb992cb11 100644
--- a/sys/dev/usb/usb_ioctl.h
+++ b/sys/dev/usb/usb_ioctl.h
@@ -206,7 +206,7 @@ struct usb_fs_open {
uint8_t ep_no; /* bEndpointNumber */
};
-struct usb_fs_open_streams {
+struct usb_fs_open_stream {
struct usb_fs_open fs_open;
uint16_t stream_id;
};
@@ -307,7 +307,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_STREAMS _IOWR('U', 200, struct usb_fs_open_streams)
+#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)