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.5 9 lines 240 B view raw
1#ifndef _DW2102_H_ 2#define _DW2102_H_ 3 4#define DVB_USB_LOG_PREFIX "dw2102" 5#include "dvb-usb.h" 6 7#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args) 8#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args) 9#endif