dw2102.h 279 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _DW2102_H_
  3. #define _DW2102_H_
  4. #define DVB_USB_LOG_PREFIX "dw2102"
  5. #include "dvb-usb.h"
  6. #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
  7. #define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
  8. #endif