aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-03-07 12:12:56 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-03-09 22:03:15 +0100
commitd60d7f1d5ce83d1be8d79256f711d6a645b7a2fa (patch)
treedd3f02960657d4270efb0990b5cdfe0eeef62ad5 /drivers/firewire/fw-transaction.h
parent473d28c730e2de888c24b226cfe4183868eacde2 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index a661afb9d68..855beb27216 100644
--- a/drivers/firewire/fw-transaction.h
+++ b/drivers/firewire/fw-transaction.h
@@ -433,6 +433,8 @@ struct fw_card_driver {
int (*enable_phys_dma) (struct fw_card *card,
int node_id, int generation);
+ u64 (*get_bus_time) (struct fw_card *card);
+
struct fw_iso_context *
(*allocate_iso_context)(struct fw_card *card, int sync, int tags,
int type, size_t header_size);