diff options
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index 257dc872f46d..e32b39dc7e74 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h | |||
@@ -89,6 +89,8 @@ struct fw_cdev_event_iso_interrupt { | |||
89 | __u32 type; | 89 | __u32 type; |
90 | __u32 cycle; | 90 | __u32 cycle; |
91 | __u64 closure; | 91 | __u64 closure; |
92 | __u32 header_length; /* Length in bytes of following headers. */ | ||
93 | __u32 header[0]; | ||
92 | }; | 94 | }; |
93 | 95 | ||
94 | #define FW_CDEV_IOC_GET_CONFIG_ROM _IOR('#', 0x00, struct fw_cdev_get_config_rom) | 96 | #define FW_CDEV_IOC_GET_CONFIG_ROM _IOR('#', 0x00, struct fw_cdev_get_config_rom) |