perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / platform / sti / c8sectpfe / c8sectpfe-dvb.h
blob3d87a9ae8702d40629a8aa0a0ee76ddf1ad815b8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * c8sectpfe-common.h - C8SECTPFE STi DVB driver
5 * Copyright (c) STMicroelectronics 2015
7 * Author: Peter Griffin <peter.griffin@linaro.org>
9 */
10 #ifndef _C8SECTPFE_DVB_H_
11 #define _C8SECTPFE_DVB_H_
13 int c8sectpfe_frontend_attach(struct dvb_frontend **fe,
14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
15 int chan_num);
17 #endif