brintos

brintos / linux-shallow public Read only

0
0
Text · 466 B · 95b056b Raw
16 lines · c
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 9extern 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#endif16