diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-03-07 12:12:41 -0500 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-09 16:03:08 -0500 |
commit | 97bd9efa5a4d8a70b3bafe0d1e3e1a814fdac5bc (patch) | |
tree | 7f405323e9b6ccd690b7673cc4495d35e5926a06 /drivers/firewire/fw-device.h | |
parent | 1da0c93b31bb8f374a22f4e20dab02fd79f6c7e6 (diff) |
firewire: Add a bus reset event type for fw-device-cdev.
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-device.h')
-rw-r--r-- | drivers/firewire/fw-device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index 402a785ceedb..4f731c2b121c 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h | |||
@@ -40,6 +40,7 @@ struct fw_device { | |||
40 | struct fw_card *card; | 40 | struct fw_card *card; |
41 | struct device device; | 41 | struct device device; |
42 | struct cdev cdev; | 42 | struct cdev cdev; |
43 | struct list_head client_list; | ||
43 | __be32 *config_rom; | 44 | __be32 *config_rom; |
44 | size_t config_rom_length; | 45 | size_t config_rom_length; |
45 | int config_rom_retries; | 46 | int config_rom_retries; |
@@ -56,6 +57,8 @@ struct fw_device *fw_device_get(struct fw_device *device); | |||
56 | void fw_device_put(struct fw_device *device); | 57 | void fw_device_put(struct fw_device *device); |
57 | int fw_device_enable_phys_dma(struct fw_device *device); | 58 | int fw_device_enable_phys_dma(struct fw_device *device); |
58 | 59 | ||
60 | void fw_device_cdev_update(struct fw_device *device); | ||
61 | |||
59 | struct fw_unit { | 62 | struct fw_unit { |
60 | struct device device; | 63 | struct device device; |
61 | u32 *directory; | 64 | u32 *directory; |