18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _DVB_USB_VP6027_H_ 38c2ecf20Sopenharmony_ci#define _DVB_USB_VP6027_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define DVB_USB_LOG_PREFIX "az6027" 68c2ecf20Sopenharmony_ci#include "dvb-usb.h" 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciextern int dvb_usb_az6027_debug; 108c2ecf20Sopenharmony_ci#define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args) 118c2ecf20Sopenharmony_ci#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args) 128c2ecf20Sopenharmony_ci#define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args) 138c2ecf20Sopenharmony_ci#define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args) 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif 16