]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/firewire/core.h
firewire: allow explicit flushing of iso packet completions
[karo-tx-linux.git] / drivers / firewire / core.h
index 62f57a4331e3f3146e531f058186c748fdd571e0..9047f5547d985bb89ac384c6e858fc5eeeffdd62 100644 (file)
@@ -106,6 +106,8 @@ struct fw_card_driver {
 
        void (*flush_queue_iso)(struct fw_iso_context *ctx);
 
+       int (*flush_iso_completions)(struct fw_iso_context *ctx);
+
        int (*stop_iso)(struct fw_iso_context *ctx);
 };