From d60d7f1d5ce83d1be8d79256f711d6a645b7a2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 7 Mar 2007 12:12:56 -0500 Subject: firewire: Implement CSR cycle time and bus time registers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- drivers/firewire/fw-transaction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/firewire/fw-transaction.h') 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); -- cgit v1.2.3