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>
This commit is contained in:
Kristian Høgsberg
2007-03-07 12:12:56 -05:00
committed by Stefan Richter
parent 473d28c730
commit d60d7f1d5c
3 changed files with 86 additions and 3 deletions

View File

@@ -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);