/* SPDX-License-Identifier: GPL-2.0 */ /* * Sharp QM1D1C0042 8PSK tuner driver * * Copyright (C) 2014 Akihiro Tsukada <[email protected]> */ #ifndef QM1D1C0042_H #define QM1D1C0042_H #include <media/dvb_frontend.h> struct qm1d1c0042_config { … }; /* special values indicating to use the default in qm1d1c0042_config */ #define QM1D1C0042_CFG_XTAL_DFLT … #define QM1D1C0042_CFG_WAIT_DFLT … #endif /* QM1D1C0042_H */