V4L/DVB (10190): cx88: Fix some Kbuild troubles
[pandora-kernel.git] / drivers / media / video / cx88 / cx88.h
index eb9ce30..60a8b31 100644 (file)
@@ -302,6 +302,7 @@ struct cx88_dmaqueue {
        struct btcx_riscmem    stopper;
        u32                    count;
 };
+struct cx88_core;
 
 struct cx88_core {
        struct list_head           devlist;
@@ -334,7 +335,8 @@ struct cx88_core {
 
        /* config info -- dvb */
 #if defined(CONFIG_VIDEO_CX88_DVB) || defined(CONFIG_VIDEO_CX88_DVB_MODULE)
-       int                        (*prev_set_voltage)(struct dvb_frontend* fe, fe_sec_voltage_t voltage);
+       int                        (*prev_set_voltage)(struct dvb_frontend *fe, fe_sec_voltage_t voltage);
+       void                       (*gate_ctrl)(struct cx88_core  *core, int open);
 #endif
 
        /* state info */