18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * c8sectpfe-common.h - C8SECTPFE STi DVB driver4 *5 * Copyright (c) STMicroelectronics 20156 *7 * Author: Peter Griffin <peter.griffin@linaro.org>8 *9 */10#ifndef _C8SECTPFE_DVB_H_11#define _C8SECTPFE_DVB_H_12 13int c8sectpfe_frontend_attach(struct dvb_frontend **fe,14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,15 int chan_num);16 17#endif18