diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-23 10:42:59 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-23 10:42:59 +0200 |
commit | 4cd021e1812491396b85d2f96ac4e6a68b021b15 (patch) | |
tree | 87824be133c0f0d0ef6d0858244e17951137c736 /linux/drivers/media/video/ivtv/ivtv-controls.h | |
parent | ba03da316f9e322ba08e66ce79a12f122e731b45 (diff) | |
download | mediapointer-dvb-s2-4cd021e1812491396b85d2f96ac4e6a68b021b15.tar.gz mediapointer-dvb-s2-4cd021e1812491396b85d2f96ac4e6a68b021b15.tar.bz2 |
ivtv: header cleanup
From: Hans Verkuil <hverkuil@xs4all.nl>
- add guards
- remove unused header includes
- move card-specific stuff from ivtv-driver.h to ivtv-cards.h
- move YUV-specific stuff from ivtv-driver.h to ivtv-yuv.h
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-controls.h b/linux/drivers/media/video/ivtv/ivtv-controls.h index 5a1114972..bb8a6a5ed 100644 --- a/linux/drivers/media/video/ivtv/ivtv-controls.h +++ b/linux/drivers/media/video/ivtv/ivtv-controls.h @@ -18,4 +18,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef IVTV_CONTROLS_H +#define IVTV_CONTROLS_H + int ivtv_control_ioctls(struct ivtv *itv, unsigned int cmd, void *arg); + +#endif |