linux/drivers/media/dvb-frontends/bsru6.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * bsru6.h - ALPS BSRU6 tuner support (moved from budget-ci.c)
 *
 * the project's page is at https://linuxtv.org
 */

#ifndef BSRU6_H
#define BSRU6_H

static u8 alps_bsru6_inittab[] =;

static int alps_bsru6_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio)
{}

static int alps_bsru6_tuner_set_params(struct dvb_frontend *fe)
{}

static struct stv0299_config alps_bsru6_config =;

#endif