treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / drivers / media / pci / ivtv / ivtv-routing.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1a0adaf3 2/*
33c0fcad 3 Audio/video-routing-related ivtv functions.
1a0adaf3
HV
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
33c0fcad
HV
9#ifndef IVTV_ROUTING_H
10#define IVTV_ROUTING_H
612570f2 11
33c0fcad
HV
12void ivtv_audio_set_io(struct ivtv *itv);
13void ivtv_video_set_io(struct ivtv *itv);
612570f2
HV
14
15#endif