1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org>
11 #include <linux/dvb/frontend.h>
13 struct ttusbdecfe_config
15 int (*send_command
)(struct dvb_frontend
* fe
, const u8 command
,
16 int param_length
, const u8 params
[],
17 int *result_length
, u8 cmd_result
[]);
20 extern struct dvb_frontend
* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config
* config
);
22 extern struct dvb_frontend
* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config
* config
);
24 #endif // TTUSBDECFE_H