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