GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / media / dvb / dvb-usb / az6027.h
blobf3afe17f3f3da756f002d6fa3b8274a8dea4d39e
1 #ifndef _DVB_USB_VP6027_H_
2 #define _DVB_USB_VP6027_H_
4 #define DVB_USB_LOG_PREFIX "az6027"
5 #include "dvb-usb.h"
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)
14 #endif