2008-07-20 19:05:50 +08:00
|
|
|
#ifndef _DW2102_H_
|
|
|
|
#define _DW2102_H_
|
|
|
|
|
|
|
|
#define DVB_USB_LOG_PREFIX "dw2102"
|
2008-07-25 01:37:55 +08:00
|
|
|
#include "dvb-usb.h"
|
2008-07-20 19:05:50 +08:00
|
|
|
|
|
|
|
#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
|
2009-06-13 19:10:24 +08:00
|
|
|
#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
|
2008-07-20 19:05:50 +08:00
|
|
|
#endif
|