diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index b2a0a030c0fd..7942e914b8f1 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -335,7 +335,10 @@ struct fw_iso_packet { | |||
335 | struct fw_iso_context; | 335 | struct fw_iso_context; |
336 | 336 | ||
337 | typedef void (*fw_iso_callback_t) (struct fw_iso_context *context, | 337 | typedef void (*fw_iso_callback_t) (struct fw_iso_context *context, |
338 | int status, u32 cycle, void *data); | 338 | u32 cycle, |
339 | size_t header_length, | ||
340 | void *header, | ||
341 | void *data); | ||
339 | 342 | ||
340 | /* An iso buffer is just a set of pages mapped for DMA in the | 343 | /* An iso buffer is just a set of pages mapped for DMA in the |
341 | * specified direction. Since the pages are to be used for DMA, they | 344 | * specified direction. Since the pages are to be used for DMA, they |