These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / platform / sti / c8sectpfe / c8sectpfe-dvb.h
1 /*
2  * c8sectpfe-common.h - C8SECTPFE STi DVB driver
3  *
4  * Copyright (c) STMicroelectronics 2015
5  *
6  *   Author: Peter Griffin <peter.griffin@linaro.org>
7  *
8  *      This program is free software; you can redistribute it and/or
9  *      modify it under the terms of the GNU General Public License as
10  *      published by the Free Software Foundation; either version 2 of
11  *      the License, or (at your option) any later version.
12  */
13 #ifndef _C8SECTPFE_DVB_H_
14 #define _C8SECTPFE_DVB_H_
15
16 int c8sectpfe_frontend_attach(struct dvb_frontend **fe,
17                         struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
18                         int chan_num);
19
20 #endif