2006-10-03 17:09:30 -03:00
|
|
|
#ifndef _DVB_USB_GL861_H_
|
|
|
|
#define _DVB_USB_GL861_H_
|
|
|
|
|
2012-06-26 18:25:51 -03:00
|
|
|
#include "dvb_usb.h"
|
2006-10-03 17:09:30 -03:00
|
|
|
|
|
|
|
#define GL861_WRITE 0x40
|
|
|
|
#define GL861_READ 0xc0
|
|
|
|
|
|
|
|
#define GL861_REQ_I2C_WRITE 0x01
|
|
|
|
#define GL861_REQ_I2C_READ 0x02
|
|
|
|
|
|
|
|
#endif
|