diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-12-19 19:58:31 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:02:33 -0500 |
commit | 19a15b937b26638933307bb02f7b1801310d6eb2 (patch) | |
tree | 817efaa8c1d2f4633fa811ba27fa1aee7f00c352 /drivers/firewire/fw-transaction.h | |
parent | 3038e353cfaf548eb94f02b172b9dbe412abd24c (diff) |
firewire: Add device probing and sysfs integration.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 149ef1652acf..7f618f2373a5 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -265,6 +265,10 @@ struct fw_card { | |||
265 | struct device card_device; | 265 | struct device card_device; |
266 | 266 | ||
267 | struct list_head link; | 267 | struct list_head link; |
268 | |||
269 | /* Work struct for IRM duties. */ | ||
270 | struct delayed_work work; | ||
271 | int irm_retries; | ||
268 | }; | 272 | }; |
269 | 273 | ||
270 | struct fw_card *fw_card_get(struct fw_card *card); | 274 | struct fw_card *fw_card_get(struct fw_card *card); |