diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-02-16 17:34:41 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:59 -0500 |
commit | 69cdb7268ca2e644665dae8ea26e35ce4e96679c (patch) | |
tree | 36c68569d97dd3ee0dfc942f32a7f0e7147770d2 /drivers/firewire/fw-device-cdev.h | |
parent | 295e3feb92e5073ec32a3c626302d4b92c4c8a95 (diff) |
firewire: Rename 'send_iso' to 'start_iso'.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 4 |
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 | ||
102 | struct fw_cdev_get_config_rom { | 102 | struct 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 | ||
153 | struct fw_cdev_send_iso { | 153 | struct fw_cdev_start_iso { |
154 | __u32 channel; | 154 | __u32 channel; |
155 | __u32 speed; | 155 | __u32 speed; |
156 | __s32 cycle; | 156 | __s32 cycle; |