From 4cd021e1812491396b85d2f96ac4e6a68b021b15 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 23 Aug 2007 10:42:59 +0200 Subject: ivtv: header cleanup From: Hans Verkuil - 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 --- linux/drivers/media/video/ivtv/ivtv-controls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'linux/drivers/media/video/ivtv/ivtv-controls.h') 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 -- cgit v1.2.3