aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r--drivers/firewire/fw-transaction.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index 22d2871131b1..df652452bdb5 100644
--- a/drivers/firewire/fw-transaction.h
+++ b/drivers/firewire/fw-transaction.h
@@ -259,6 +259,8 @@ struct fw_card {
259 struct fw_node *root_node; 259 struct fw_node *root_node;
260 struct fw_node *irm_node; 260 struct fw_node *irm_node;
261 int color; 261 int color;
262 int gap_count;
263 int topology_type;
262 264
263 int index; 265 int index;
264 266
@@ -386,8 +388,8 @@ fw_send_request(struct fw_card *card, struct fw_transaction *t,
386 388
387void fw_flush_transactions(struct fw_card *card); 389void fw_flush_transactions(struct fw_card *card);
388 390
389void 391void fw_send_phy_config(struct fw_card *card,
390fw_send_force_root(struct fw_card *card, int node_id, int generation); 392 int node_id, int generation, int gap_count);
391 393
392/* Called by the topology code to inform the device code of node 394/* Called by the topology code to inform the device code of node
393 * activity; found, lost, or updated nodes */ 395 * activity; found, lost, or updated nodes */