2018-06-19 14:50:09 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2017-07-09 15:42:44 -04:00
|
|
|
/*
|
2017-10-15 16:51:54 -04:00
|
|
|
* ddbridge-max.h: Digital Devices bridge MAX card support
|
2017-07-09 15:42:44 -04:00
|
|
|
*
|
|
|
|
* Copyright (C) 2010-2017 Digital Devices GmbH
|
|
|
|
* Ralph Metzler <rjkm@metzlerbros.de>
|
|
|
|
* Marcus Metzler <mocm@metzlerbros.de>
|
|
|
|
*/
|
|
|
|
|
2017-10-15 16:51:54 -04:00
|
|
|
#ifndef _DDBRIDGE_MAX_H_
|
|
|
|
#define _DDBRIDGE_MAX_H_
|
2017-07-09 15:42:44 -04:00
|
|
|
|
|
|
|
#include "ddbridge.h"
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
2017-10-15 16:51:55 -04:00
|
|
|
int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
|
|
|
|
int ddb_fe_attach_mxl5xx(struct ddb_input *input);
|
2018-06-23 11:36:11 -04:00
|
|
|
int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
|
2017-07-09 15:42:44 -04:00
|
|
|
|
2022-06-11 11:39:47 +01:00
|
|
|
#endif /* _DDBRIDGE_MAX_H_ */
|