aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r--drivers/firewire/fw-device-cdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h
index 4e766ec6cd38..ac91ce501bfe 100644
--- a/drivers/firewire/fw-device-cdev.h
+++ b/drivers/firewire/fw-device-cdev.h
@@ -97,7 +97,7 @@ struct fw_cdev_event_iso_interrupt {
97#define FW_CDEV_IOC_SEND_RESPONSE _IO('#', 0x03) 97#define FW_CDEV_IOC_SEND_RESPONSE _IO('#', 0x03)
98#define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IO('#', 0x04) 98#define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IO('#', 0x04)
99#define FW_CDEV_IOC_QUEUE_ISO _IO('#', 0x05) 99#define FW_CDEV_IOC_QUEUE_ISO _IO('#', 0x05)
100#define FW_CDEV_IOC_SEND_ISO _IO('#', 0x06) 100#define FW_CDEV_IOC_START_ISO _IO('#', 0x06)
101 101
102struct fw_cdev_get_config_rom { 102struct fw_cdev_get_config_rom {
103 __u32 length; 103 __u32 length;
@@ -150,7 +150,7 @@ struct fw_cdev_queue_iso {
150 __u64 data; 150 __u64 data;
151}; 151};
152 152
153struct fw_cdev_send_iso { 153struct fw_cdev_start_iso {
154 __u32 channel; 154 __u32 channel;
155 __u32 speed; 155 __u32 speed;
156 __s32 cycle; 156 __s32 cycle;