aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r--drivers/firewire/fw-transaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index 1bbcbb341f2f..22e45ccd7b1d 100644
--- a/drivers/firewire/fw-transaction.h
+++ b/drivers/firewire/fw-transaction.h
@@ -373,7 +373,8 @@ void
373fw_iso_buffer_destroy(struct fw_iso_buffer *buffer, struct fw_card *card); 373fw_iso_buffer_destroy(struct fw_iso_buffer *buffer, struct fw_card *card);
374 374
375struct fw_iso_context * 375struct fw_iso_context *
376fw_iso_context_create(struct fw_card *card, int type, size_t header_size, 376fw_iso_context_create(struct fw_card *card, int type,
377 int channel, int speed, size_t header_size,
377 fw_iso_callback_t callback, void *callback_data); 378 fw_iso_callback_t callback, void *callback_data);
378 379
379void 380void
@@ -386,8 +387,7 @@ fw_iso_context_queue(struct fw_iso_context *ctx,
386 unsigned long payload); 387 unsigned long payload);
387 388
388int 389int
389fw_iso_context_start(struct fw_iso_context *ctx, 390fw_iso_context_start(struct fw_iso_context *ctx, int cycle);
390 int channel, int speed, int cycle);
391 391
392int 392int
393fw_iso_context_stop(struct fw_iso_context *ctx); 393fw_iso_context_stop(struct fw_iso_context *ctx);