aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r--drivers/firewire/fw-device-cdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h
index c6ea6f32a94b..0cc4b082257f 100644
--- a/drivers/firewire/fw-device-cdev.h
+++ b/drivers/firewire/fw-device-cdev.h
@@ -140,6 +140,9 @@ struct fw_cdev_get_info {
140 /* If non-zero, a fw_cdev_event_bus_reset struct will be 140 /* If non-zero, a fw_cdev_event_bus_reset struct will be
141 * copied here with the current state of the bus. */ 141 * copied here with the current state of the bus. */
142 __u64 bus_reset; 142 __u64 bus_reset;
143
144 /* The index of the card this devices belongs to. */
145 __u32 card;
143}; 146};
144 147
145struct fw_cdev_send_request { 148struct fw_cdev_send_request {