1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * c8sectpfe-common.h - C8SECTPFE STi DVB driver
4  *
5  * Copyright (c) STMicroelectronics 2015
6  *
7  *   Author: Peter Griffin <peter.griffin@linaro.org>
8  *
9  */
10 #ifndef _C8SECTPFE_DVB_H_
11 #define _C8SECTPFE_DVB_H_
12 
13 int c8sectpfe_frontend_attach(struct dvb_frontend **fe,
14 			struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
15 			int chan_num);
16 
17 #endif
18