diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index a661afb9d68f..855beb27216d 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -433,6 +433,8 @@ struct fw_card_driver { | |||
433 | int (*enable_phys_dma) (struct fw_card *card, | 433 | int (*enable_phys_dma) (struct fw_card *card, |
434 | int node_id, int generation); | 434 | int node_id, int generation); |
435 | 435 | ||
436 | u64 (*get_bus_time) (struct fw_card *card); | ||
437 | |||
436 | struct fw_iso_context * | 438 | struct fw_iso_context * |
437 | (*allocate_iso_context)(struct fw_card *card, int sync, int tags, | 439 | (*allocate_iso_context)(struct fw_card *card, int sync, int tags, |
438 | int type, size_t header_size); | 440 | int type, size_t header_size); |