RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / media / dvb / dvb-usb / gl861.h
blobc54855e2c233f8ae007e30a31f2f57ecf5c6e32c
1 #ifndef _DVB_USB_GL861_H_
2 #define _DVB_USB_GL861_H_
4 #define DVB_USB_LOG_PREFIX "gl861"
5 #include "dvb-usb.h"
7 #define deb_rc(args...) dprintk(dvb_usb_gl861_debug, 0x01, args)
9 #define GL861_WRITE 0x40
10 #define GL861_READ 0xc0
12 #define GL861_REQ_I2C_WRITE 0x01
13 #define GL861_REQ_I2C_READ 0x02
15 #endif