|
|
| File: [Development] / linux-2.6-xfs / drivers / media / dvb / dvb-usb / gl861.h (download)
Revision 1.2, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
#ifndef _DVB_USB_GL861_H_ #define _DVB_USB_GL861_H_ #define DVB_USB_LOG_PREFIX "gl861" #include "dvb-usb.h" #define deb_rc(args...) dprintk(dvb_usb_gl861_debug, 0x01, args) #define GL861_WRITE 0x40 #define GL861_READ 0xc0 #define GL861_REQ_I2C_WRITE 0x01 #define GL861_REQ_I2C_READ 0x02 #endif