Merge tag 'drm-vc4-fixes-2016-08-29' of https://github.com/anholt/linux into drm...
[cascardo/linux.git] / include / linux / firewire.h
index c3683bd..d4b7683 100644 (file)
@@ -367,6 +367,9 @@ static inline int fw_stream_packet_destination_id(int tag, int channel, int sy)
        return tag << 14 | channel << 8 | sy;
 }
 
+void fw_schedule_bus_reset(struct fw_card *card, bool delayed,
+                          bool short_reset);
+
 struct fw_descriptor {
        struct list_head link;
        size_t length;