firewire: Implement functionality to stop isochronous DMA contexts.
[firefly-linux-kernel-4.4.55.git] / drivers / firewire / fw-device-cdev.h
index ac91ce501bfe4a5387ec5f4cbee727a6331e559a..257dc872f46d411355c96ffed56f17a861f6006d 100644 (file)
@@ -98,6 +98,7 @@ struct fw_cdev_event_iso_interrupt {
 #define FW_CDEV_IOC_CREATE_ISO_CONTEXT _IO('#', 0x04)
 #define FW_CDEV_IOC_QUEUE_ISO          _IO('#', 0x05)
 #define FW_CDEV_IOC_START_ISO          _IO('#', 0x06)
+#define FW_CDEV_IOC_STOP_ISO           _IO('#', 0x07)
 
 struct fw_cdev_get_config_rom {
        __u32 length;