xref: /openbmc/linux/drivers/media/tuners/mxl301rf.h (revision aff0c42a78ed2b6410a083dce59bb6c9fe85da27)
1*aff0c42aSAkihiro Tsukada /*
2*aff0c42aSAkihiro Tsukada  * MaxLinear MxL301RF OFDM tuner driver
3*aff0c42aSAkihiro Tsukada  *
4*aff0c42aSAkihiro Tsukada  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
5*aff0c42aSAkihiro Tsukada  *
6*aff0c42aSAkihiro Tsukada  * This program is free software; you can redistribute it and/or
7*aff0c42aSAkihiro Tsukada  * modify it under the terms of the GNU General Public License as
8*aff0c42aSAkihiro Tsukada  * published by the Free Software Foundation version 2.
9*aff0c42aSAkihiro Tsukada  *
10*aff0c42aSAkihiro Tsukada  *
11*aff0c42aSAkihiro Tsukada  * This program is distributed in the hope that it will be useful,
12*aff0c42aSAkihiro Tsukada  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13*aff0c42aSAkihiro Tsukada  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*aff0c42aSAkihiro Tsukada  * GNU General Public License for more details.
15*aff0c42aSAkihiro Tsukada  */
16*aff0c42aSAkihiro Tsukada 
17*aff0c42aSAkihiro Tsukada #ifndef MXL301RF_H
18*aff0c42aSAkihiro Tsukada #define MXL301RF_H
19*aff0c42aSAkihiro Tsukada 
20*aff0c42aSAkihiro Tsukada #include "dvb_frontend.h"
21*aff0c42aSAkihiro Tsukada 
22*aff0c42aSAkihiro Tsukada struct mxl301rf_config {
23*aff0c42aSAkihiro Tsukada 	struct dvb_frontend *fe;
24*aff0c42aSAkihiro Tsukada };
25*aff0c42aSAkihiro Tsukada 
26*aff0c42aSAkihiro Tsukada #endif /* MXL301RF_H */
27