diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-03-07 12:12:56 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:15 -0500 |
commit | d60d7f1d5ce83d1be8d79256f711d6a645b7a2fa (patch) | |
tree | dd3f02960657d4270efb0990b5cdfe0eeef62ad5 /drivers/firewire/fw-transaction.h | |
parent | 473d28c730e2de888c24b226cfe4183868eacde2 (diff) |
firewire: Implement CSR cycle time and bus time registers.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
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); |