1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Panasonic MN88473 DVB-T/T2/C demodulator driver
5 * Copyright (C) 2014 Antti Palosaari <crope@iki.fi>
11 #include <linux/dvb/frontend.h>
13 struct mn88473_config {
15 * Max num of bytes given I2C adapter could write at once.
27 /* Everything after that is returned by the driver. */
32 struct dvb_frontend **fe;