firewire: Add card index field to get_info cdev ioctl struct.
[deliverable/linux.git] / drivers / firewire / fw-device-cdev.h
index c6ea6f32a94beea541ee9cd098be3a36783018e4..0cc4b082257f9994f0ba58bf48fefdbfe7c03852 100644 (file)
@@ -140,6 +140,9 @@ struct fw_cdev_get_info {
        /* If non-zero, a fw_cdev_event_bus_reset struct will be
         * copied here with the current state of the bus. */
        __u64 bus_reset;
+
+       /* The index of the card this devices belongs to. */
+       __u32 card;
 };
 
 struct fw_cdev_send_request {
This page took 0.025516 seconds and 5 git commands to generate.