aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorweihs <weihs@53a565d1-3bb7-0310-b661-cf11e63c67ab>2003-11-09 19:44:11 +0000
committerweihs <weihs@53a565d1-3bb7-0310-b661-cf11e63c67ab>2003-11-09 19:44:11 +0000
commit30030e14aabf0fe5e5c35606d906e5fac28c5d03 (patch)
treeb35305a1b379a6f0d19a2d74b426b4b081c35220
parentc4e056e164fde1ae8c178fca974d1807ad4eaa4d (diff)
downloadlibraw1394-30030e14aabf0fe5e5c35606d906e5fac28c5d03.tar.gz
sync with driver version of this file
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@136 53a565d1-3bb7-0310-b661-cf11e63c67ab
-rw-r--r--src/ieee1394-ioctl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ieee1394-ioctl.h b/src/ieee1394-ioctl.h
index 24ef3b3..f92b566 100644
--- a/src/ieee1394-ioctl.h
+++ b/src/ieee1394-ioctl.h
@@ -60,9 +60,13 @@
_IOWR('#', 0x14, struct video1394_mmap)
#define VIDEO1394_IOC_UNTALK_CHANNEL \
_IOW ('#', 0x15, int)
+/*
+ * This one is broken: it really wanted
+ * "sizeof (struct video1394_wait) + sizeof (struct video1394_queue_variable)"
+ * but got just a "size_t"
+ */
#define VIDEO1394_IOC_TALK_QUEUE_BUFFER \
- _IOW ('#', 0x16, sizeof (struct video1394_wait) + \
- sizeof (struct video1394_queue_variable))
+ _IOW ('#', 0x16, size_t)
#define VIDEO1394_IOC_TALK_WAIT_BUFFER \
_IOW ('#', 0x17, struct video1394_wait)
#define VIDEO1394_IOC_LISTEN_POLL_BUFFER \