1 #ifndef _DVB_USB_GL861_H_ 2 #define _DVB_USB_GL861_H_ 3 4 #include "dvb_usb.h" 5 6 #define GL861_WRITE 0x40 7 #define GL861_READ 0xc0 8 9 #define GL861_REQ_I2C_WRITE 0x01 10 #define GL861_REQ_I2C_READ 0x02 11 12 #endif 13
1 #ifndef _DVB_USB_GL861_H_ 2 #define _DVB_USB_GL861_H_ 3 4 #include "dvb_usb.h" 5 6 #define GL861_WRITE 0x40 7 #define GL861_READ 0xc0 8 9 #define GL861_REQ_I2C_WRITE 0x01 10 #define GL861_REQ_I2C_READ 0x02 11 12 #endif 13