root/drivers/media/tuners/mxl301rf.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * MaxLinear MxL301RF OFDM tuner driver
   4  *
   5  * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
   6  */
   7 
   8 #ifndef MXL301RF_H
   9 #define MXL301RF_H
  10 
  11 #include <media/dvb_frontend.h>
  12 
  13 struct mxl301rf_config {
  14         struct dvb_frontend *fe;
  15 };
  16 
  17 #endif /* MXL301RF_H */

/* [<][>][^][v][top][bottom][index][help] */