1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3     ioctl control functions
4     Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
5     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
6 
7  */
8 
9 #ifndef IVTV_CONTROLS_H
10 #define IVTV_CONTROLS_H
11 
12 extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;
13 extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
14 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
15 
16 #endif
17