Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / drivers / media / dvb / frontends / dib3000.h
index ec92762..2d5475b 100644 (file)
@@ -30,6 +30,10 @@ struct dib3000_config
 {
        /* the demodulator's i2c address */
        u8 demod_address;
+
+       /* PLL maintenance and the i2c address of the PLL */
+       int (*pll_init)(struct dvb_frontend *fe);
+       int (*pll_set)(struct dvb_frontend *fe, struct dvb_frontend_parameters* params);
 };
 
 struct dib_fe_xfer_ops