diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-25 08:34:21 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-25 08:34:21 +0200 |
commit | d85faf11b1d744c74c448af9265e260d65aa5f56 (patch) | |
tree | 4c5a97a685ee963fa65d3f20b2b49288f09d3386 /linux/drivers/media/video/ivtv/ivtv-controls.h | |
parent | ec60e6b02c25b351b679f2f9711e7885e75bf783 (diff) | |
parent | 8e1e0865374be3b41a1712ac4823598e21a817c7 (diff) | |
download | mediapointer-dvb-s2-d85faf11b1d744c74c448af9265e260d65aa5f56.tar.gz mediapointer-dvb-s2-d85faf11b1d744c74c448af9265e260d65aa5f56.tar.bz2 |
Merge: from http://linuxtv.org/hg/~awalls/v4l-dvb
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-controls.h')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-controls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-controls.h b/linux/drivers/media/video/ivtv/ivtv-controls.h index 304204be6..1c7721e23 100644 --- a/linux/drivers/media/video/ivtv/ivtv-controls.h +++ b/linux/drivers/media/video/ivtv/ivtv-controls.h @@ -22,8 +22,6 @@ #define IVTV_CONTROLS_H int ivtv_queryctrl(struct file *file, void *fh, struct v4l2_queryctrl *a); -int ivtv_g_ctrl(struct file *file, void *fh, struct v4l2_control *a); -int ivtv_s_ctrl(struct file *file, void *fh, struct v4l2_control *a); int ivtv_g_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a); int ivtv_s_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a); int ivtv_try_ext_ctrls(struct file *file, void *fh, struct v4l2_ext_controls *a); |