Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003     ivtv firmware functions.
0004     Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
0005     Copyright (C) 2004  Chris Kennedy <c@groovy.org>
0006     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
0007 
0008  */
0009 
0010 #ifndef IVTV_FIRMWARE_H
0011 #define IVTV_FIRMWARE_H
0012 
0013 int ivtv_firmware_init(struct ivtv *itv);
0014 void ivtv_firmware_versions(struct ivtv *itv);
0015 void ivtv_halt_firmware(struct ivtv *itv);
0016 void ivtv_init_mpeg_decoder(struct ivtv *itv);
0017 int ivtv_firmware_check(struct ivtv *itv, char *where);
0018 
0019 #endif