diff options
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r-- | include/linux/firewire.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index 191501afd7fb..217e4b42b7c8 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -434,6 +434,7 @@ struct fw_iso_context { | |||
434 | int type; | 434 | int type; |
435 | int channel; | 435 | int channel; |
436 | int speed; | 436 | int speed; |
437 | bool drop_overflow_headers; | ||
437 | size_t header_size; | 438 | size_t header_size; |
438 | union { | 439 | union { |
439 | fw_iso_callback_t sc; | 440 | fw_iso_callback_t sc; |