xref: /openbmc/linux/drivers/media/usb/dvb-usb/dw2102.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2786baecfSMauro Carvalho Chehab #ifndef _DW2102_H_
3786baecfSMauro Carvalho Chehab #define _DW2102_H_
4786baecfSMauro Carvalho Chehab 
5786baecfSMauro Carvalho Chehab #define DVB_USB_LOG_PREFIX "dw2102"
6786baecfSMauro Carvalho Chehab #include "dvb-usb.h"
7786baecfSMauro Carvalho Chehab 
8786baecfSMauro Carvalho Chehab #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
9786baecfSMauro Carvalho Chehab #define deb_rc(args...)   dprintk(dvb_usb_dw2102_debug, 0x04, args)
10786baecfSMauro Carvalho Chehab #endif
11