aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-device-cdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r--drivers/firewire/fw-device-cdev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h
index 003cc669551b..4e766ec6cd38 100644
--- a/drivers/firewire/fw-device-cdev.h
+++ b/drivers/firewire/fw-device-cdev.h
@@ -125,7 +125,12 @@ struct fw_cdev_allocate {
125 __u32 length; 125 __u32 length;
126}; 126};
127 127
128#define FW_CDEV_ISO_CONTEXT_TRANSMIT 0
129#define FW_CDEV_ISO_CONTEXT_RECEIVE 1
130
128struct fw_cdev_create_iso_context { 131struct fw_cdev_create_iso_context {
132 __u32 type;
133 __u32 header_size;
129 __u32 handle; 134 __u32 handle;
130}; 135};
131 136