aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/firewire-cdev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/firewire-cdev.h b/include/linux/firewire-cdev.h
index 4ff09889c5c..55814aa33be 100644
--- a/include/linux/firewire-cdev.h
+++ b/include/linux/firewire-cdev.h
@@ -475,6 +475,9 @@ union fw_cdev_event {
475 * of the bus. This does not cause a bus reset to happen. 475 * of the bus. This does not cause a bus reset to happen.
476 * @bus_reset_closure: Value of &closure in this and subsequent bus reset events 476 * @bus_reset_closure: Value of &closure in this and subsequent bus reset events
477 * @card: The index of the card this device belongs to 477 * @card: The index of the card this device belongs to
478 *
479 * As a side effect, reception of %FW_CDEV_EVENT_BUS_RESET events to be read(2)
480 * is started by this ioctl.
478 */ 481 */
479struct fw_cdev_get_info { 482struct fw_cdev_get_info {
480 __u32 version; 483 __u32 version;