Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
az6027.h
Go to the documentation of this file.
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 
8 extern 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