xref: /linux/drivers/media/usb/dvb-usb/dw2102.h (revision 786baecfe78f8e25547c628b48a60fc8e5636056)
1*786baecfSMauro Carvalho Chehab #ifndef _DW2102_H_
2*786baecfSMauro Carvalho Chehab #define _DW2102_H_
3*786baecfSMauro Carvalho Chehab 
4*786baecfSMauro Carvalho Chehab #define DVB_USB_LOG_PREFIX "dw2102"
5*786baecfSMauro Carvalho Chehab #include "dvb-usb.h"
6*786baecfSMauro Carvalho Chehab 
7*786baecfSMauro Carvalho Chehab #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
8*786baecfSMauro Carvalho Chehab #define deb_rc(args...)   dprintk(dvb_usb_dw2102_debug, 0x04, args)
9*786baecfSMauro Carvalho Chehab #endif
10