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

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * tdhd1.h - ALPS TDHD1-204A tuner support
 *
 * Copyright (C) 2008 Oliver Endriss <[email protected]>
 *
 * The project's page is at https://linuxtv.org
 */

#ifndef TDHD1_H
#define TDHD1_H

#include "tda1004x.h"

static int alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name);

static struct tda1004x_config alps_tdhd1_204a_config =;

static int alps_tdhd1_204a_tuner_set_params(struct dvb_frontend *fe)
{}

#endif /* TDHD1_H */