treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / drivers / media / pci / ivtv / ivtv-controls.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1a0adaf3
HV
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
1a0adaf3
HV
7 */
8
612570f2
HV
9#ifndef IVTV_CONTROLS_H
10#define IVTV_CONTROLS_H
11
083206fc 12extern const struct cx2341x_handler_ops ivtv_cxhdl_ops;
debf8001
HV
13extern const struct v4l2_ctrl_ops ivtv_hdl_out_ops;
14int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
612570f2
HV
15
16#endif