WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / pci / ivtv / ivtv-firmware.h
blob393e94a8d0e431cf9b58bb94cba5ca5a2dc8f6cd
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 ivtv firmware functions.
4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
5 Copyright (C) 2004 Chris Kennedy <c@groovy.org>
6 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
8 */
10 #ifndef IVTV_FIRMWARE_H
11 #define IVTV_FIRMWARE_H
13 int ivtv_firmware_init(struct ivtv *itv);
14 void ivtv_firmware_versions(struct ivtv *itv);
15 void ivtv_halt_firmware(struct ivtv *itv);
16 void ivtv_init_mpeg_decoder(struct ivtv *itv);
17 int ivtv_firmware_check(struct ivtv *itv, char *where);
19 #endif