treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / media / pci / ivtv / ivtv-controls.h
blob444c86a47e5a123200663d47c30c3ea8487f0bd4
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>
7 */
9 #ifndef IVTV_CONTROLS_H
10 #define IVTV_CONTROLS_H
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);
16 #endif