summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0297.h
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2004-11-09 09:54:11 +0000
committerAndrew de Quincy <devnull@localhost>2004-11-09 09:54:11 +0000
commitaef71b24f260b4df387aa15ec2b5a4c5d40499b9 (patch)
tree8d180025d278463de065fe0c0aac4d1117a39e7e /linux/drivers/media/dvb/frontends/stv0297.h
parent32115d6f2fd9c9aea933e8163e30a29c4f5a981f (diff)
downloadmediapointer-dvb-s2-aef71b24f260b4df387aa15ec2b5a4c5d40499b9.tar.gz
mediapointer-dvb-s2-aef71b24f260b4df387aa15ec2b5a4c5d40499b9.tar.bz2
Added support for stv0297 based cards
Diffstat (limited to 'linux/drivers/media/dvb/frontends/stv0297.h')
-rw-r--r--linux/drivers/media/dvb/frontends/stv0297.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv0297.h b/linux/drivers/media/dvb/frontends/stv0297.h
index cb9aead87..355aa8720 100644
--- a/linux/drivers/media/dvb/frontends/stv0297.h
+++ b/linux/drivers/media/dvb/frontends/stv0297.h
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+*/
#ifndef STV0297_H
#define STV0297_H
@@ -35,6 +35,7 @@ struct stv0297_config
};
extern struct dvb_frontend* stv0297_attach(const struct stv0297_config* config,
- struct i2c_adapter* i2c);
+ struct i2c_adapter* i2c, int pwm);
+extern int stv0297_enable_plli2c(struct dvb_frontend* fe);
#endif // STV0297_H