perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / usb / dvb-usb / az6027.h
blob95b056b360305161510c5adee3a6eeca749101dd
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _DVB_USB_VP6027_H_
3 #define _DVB_USB_VP6027_H_
5 #define DVB_USB_LOG_PREFIX "az6027"
6 #include "dvb-usb.h"
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)
15 #endif