This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / media / dvb / frontends / dst-bt878.h
similarity index 74%
rename from drivers/media/dvb/bt8xx/dst_priv.h
rename to drivers/media/dvb/frontends/dst-bt878.h
index b3d5e6f..5c63d29 100644 (file)
@@ -30,8 +30,9 @@ union dst_gpio_packet {
 #define DST_IG_READ    2
 #define DST_IG_TS       3
 
-struct bt878;
+struct bt878 ;
 
-int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
+int
+bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
 
-struct bt878 *bt878_find_by_i2c_adap(struct i2c_adapter *adap);
+struct bt878 *bt878_find_by_dvb_adap(struct dvb_adapter *adap);