linux/drivers/media/tuners/qm1d1b0004.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Sharp QM1D1B0004 satellite tuner
 *
 * Copyright (C) 2014 Akihiro Tsukada <[email protected]>
 */

#ifndef QM1D1B0004_H
#define QM1D1B0004_H

#include <media/dvb_frontend.h>

struct qm1d1b0004_config {};

/* special values indicating to use the default in qm1d1b0004_config */
#define QM1D1B0004_CFG_PLL_DFLT
#define QM1D1B0004_CFG_LPF_DFLT

#endif