Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.4 14 lines 427 B view raw
1#ifndef _DVB_USB_VP6027_H_ 2#define _DVB_USB_VP6027_H_ 3 4#define DVB_USB_LOG_PREFIX "az6027" 5#include "dvb-usb.h" 6 7 8extern int dvb_usb_az6027_debug; 9#define deb_info(args...) dprintk(dvb_usb_az6027_debug, 0x01, args) 10#define deb_xfer(args...) dprintk(dvb_usb_az6027_debug, 0x02, args) 11#define deb_rc(args...) dprintk(dvb_usb_az6027_debug, 0x04, args) 12#define deb_fe(args...) dprintk(dvb_usb_az6027_debug, 0x08, args) 13 14#endif