1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _DVB_USB_VP6027_H_ 3 #define _DVB_USB_VP6027_H_ 4 5 #define DVB_USB_LOG_PREFIX "az6027" 6 #include "dvb-usb.h" 7 8 9 extern int dvb_usb_az6027_debug; 10 #define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args) 11 #define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args) 12 #define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args) 13 #define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args) 14 15 #endif 16