2024-09-09 08:52:07 +00:00
|
|
|
#ifndef _DVB_USB_GL861_H_
|
|
|
|
#define _DVB_USB_GL861_H_
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#include "dvb_usb.h"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#define GL861_WRITE 0x40
|
|
|
|
#define GL861_READ 0xc0
|
|
|
|
|
|
|
|
#define GL861_REQ_I2C_WRITE 0x01
|
|
|
|
#define GL861_REQ_I2C_READ 0x02
|
|
|
|
|
|
|
|
#endif
|