PageRenderTime 27ms CodeModel.GetById 22ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/media/dvb/dvb-usb/dw2102.h

https://bitbucket.org/wisechild/galaxy-nexus
C++ Header | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 60dd427ac9a0f700fe011d97c49e86a9 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
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