diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.h b/drivers/media/video/ivtv/ivtv-ioctl.h index cbccf7a9f65c..a03351b6853d 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.h +++ b/drivers/media/video/ivtv/ivtv-ioctl.h | |||
@@ -18,6 +18,9 @@ | |||
18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #ifndef IVTV_IOCTL_H | ||
22 | #define IVTV_IOCTL_H | ||
23 | |||
21 | u16 service2vbi(int type); | 24 | u16 service2vbi(int type); |
22 | void expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal); | 25 | void expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal); |
23 | u16 get_service_set(struct v4l2_sliced_vbi_format *fmt); | 26 | u16 get_service_set(struct v4l2_sliced_vbi_format *fmt); |
@@ -26,3 +29,5 @@ int ivtv_v4l2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, | |||
26 | int ivtv_v4l2_ioctls(struct ivtv *itv, struct file *filp, unsigned int cmd, void *arg); | 29 | int ivtv_v4l2_ioctls(struct ivtv *itv, struct file *filp, unsigned int cmd, void *arg); |
27 | void ivtv_set_osd_alpha(struct ivtv *itv); | 30 | void ivtv_set_osd_alpha(struct ivtv *itv); |
28 | int ivtv_set_speed(struct ivtv *itv, int speed); | 31 | int ivtv_set_speed(struct ivtv *itv, int speed); |
32 | |||
33 | #endif | ||