brintos

brintos / linux-shallow public Read only

0
0
Text · 442 B · 444c86a Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3    ioctl control functions4    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_H10#define IVTV_CONTROLS_H11 12extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;13extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;14int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);15 16#endif17