18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _DW2102_H_ 38c2ecf20Sopenharmony_ci#define _DW2102_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define DVB_USB_LOG_PREFIX "dw2102" 68c2ecf20Sopenharmony_ci#include "dvb-usb.h" 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args) 98c2ecf20Sopenharmony_ci#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args) 108c2ecf20Sopenharmony_ci#endif 11