|
|
| File: [Development] / linux-2.6-xfs / drivers / media / dvb / dvb-usb / gl861.h (download)
Revision 1.1, Tue Mar 20 15:37:21 2007 UTC (10 years, 7 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.21-rc4 Merge of 2.6.x-xfs-melb:linux:28276b 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