Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[pandora-kernel.git] / drivers / firewire / core.h
index 25e729c..0fe4e4e 100644 (file)
@@ -97,6 +97,8 @@ struct fw_card_driver {
                         struct fw_iso_buffer *buffer,
                         unsigned long payload);
 
+       void (*flush_queue_iso)(struct fw_iso_context *ctx);
+
        int (*stop_iso)(struct fw_iso_context *ctx);
 };