summaryrefslogtreecommitdiff
path: root/linux/include/media/ivtv-fb.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-07-20 15:30:32 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2007-07-20 15:30:32 +0200
commited7f53117ffd06e00be81b95953fb3b619f0b162 (patch)
tree0201fd3a8a77d892bb2190bbd8f2cdfe88da7ff1 /linux/include/media/ivtv-fb.h
parent4c8bd6a5bd9db9d363f2b49a6092af8f70cc8f2c (diff)
downloadmediapointer-dvb-s2-ed7f53117ffd06e00be81b95953fb3b619f0b162.tar.gz
mediapointer-dvb-s2-ed7f53117ffd06e00be81b95953fb3b619f0b162.tar.bz2
ivtv-fb: Use proper ioctl value.
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include/media/ivtv-fb.h')
-rw-r--r--linux/include/media/ivtv-fb.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/include/media/ivtv-fb.h b/linux/include/media/ivtv-fb.h
index 902b2f3d3..3b746f5e3 100644
--- a/linux/include/media/ivtv-fb.h
+++ b/linux/include/media/ivtv-fb.h
@@ -23,13 +23,12 @@
/* Framebuffer external API */
-struct ivtvfb_ioctl_dma_host_to_ivtv_args {
+struct ivtvfb_dma_frame {
void __user *source;
unsigned long dest_offset;
int count;
};
-/* Framebuffer ioctls should use the range 1 - 28 */
-#define IVTVFB_IOCTL_PREP_FRAME _IOW('@', 3, struct ivtvfb_ioctl_dma_host_to_ivtv_args)
+#define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
#endif