dw2102.h 240 B

123456789
  1. #ifndef _DW2102_H_
  2. #define _DW2102_H_
  3. #define DVB_USB_LOG_PREFIX "dw2102"
  4. #include "dvb-usb.h"
  5. #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
  6. #define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
  7. #endif