swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: c6935931c1894ff857616ff8549b61236a19148f authored by Linus Torvalds on 04 September 2016, 21:31:46 UTC
Linux 4.8-rc5
Tip revision: c693593
mxl301rf.h
/*
 * MaxLinear MxL301RF OFDM tuner driver
 *
 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation version 2.
 *
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef MXL301RF_H
#define MXL301RF_H

#include "dvb_frontend.h"

struct mxl301rf_config {
	struct dvb_frontend *fe;
};

#endif /* MXL301RF_H */
back to top