firewire: Move sync and tag parameters to start_iso ioctl.
[deliverable/linux.git] / drivers / firewire / fw-device-cdev.h
index 440fb742aae964fcb4d032a032dd18bcd5ab2608..3437a360d7dcc406da2d27b2e2c1bf213cb1f076 100644 (file)
@@ -194,8 +194,6 @@ struct fw_cdev_create_iso_context {
        __u32 header_size;
        __u32 channel;
        __u32 speed;
-       __u32 sync;
-       __u32 tags;
 };
 
 struct fw_cdev_iso_packet {
@@ -216,6 +214,8 @@ struct fw_cdev_queue_iso {
 
 struct fw_cdev_start_iso {
        __s32 cycle;
+       __u32 sync;
+       __u32 tags;
 };
 
 #endif /* __fw_cdev_h */
This page took 0.037225 seconds and 5 git commands to generate.