X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmedia%2Fdvb%2Fbt8xx%2Fdvb-bt8xx.h;h=5fb87df65739a16ef83451b152ce2aa601d607a1;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=969606ecc12f333790d9371142efcdf43bf3d2b8;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.h b/drivers/media/dvb/bt8xx/dvb-bt8xx.h index 969606ecc..5fb87df65 100644 --- a/drivers/media/dvb/bt8xx/dvb-bt8xx.h +++ b/drivers/media/dvb/bt8xx/dvb-bt8xx.h @@ -22,14 +22,22 @@ * */ +#ifndef DVB_BT8XX_H +#define DVB_BT8XX_H + #include #include "dvbdev.h" #include "dvb_net.h" +#include "bttv.h" +#include "mt352.h" +#include "sp887x.h" +#include "dst.h" +#include "nxt6000.h" +#include "cx24110.h" struct dvb_bt8xx_card { - - struct list_head list; - u8 active; + struct semaphore lock; + int nfeeds; char card_name[32]; struct dvb_adapter *dvb_adapter; struct bt878 *bt; @@ -44,4 +52,7 @@ struct dvb_bt8xx_card { struct i2c_adapter *i2c_adapter; struct dvb_net dvbnet; + struct dvb_frontend* fe; }; + +#endif /* DVB_BT8XX_H */