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