Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _DW2102_H_
0003 #define _DW2102_H_
0004 
0005 #define DVB_USB_LOG_PREFIX "dw2102"
0006 #include "dvb-usb.h"
0007 
0008 #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
0009 #define deb_rc(args...)   dprintk(dvb_usb_dw2102_debug, 0x04, args)
0010 #endif