vserver 1.9.5.x5
[linux-2.6.git] / drivers / media / dvb / frontends / stv0297.h
index 355aa87..3be5359 100644 (file)
@@ -29,6 +29,9 @@ struct stv0297_config
        /* the demodulator's i2c address */
        u8 demod_address;
 
+       /* does the "inversion" need inverted? */
+       u8 invert:1;
+
        /* PLL maintenance */
        int (*pll_init)(struct dvb_frontend* fe);
        int (*pll_set)(struct dvb_frontend* fe, struct dvb_frontend_parameters* params);