blob: 02c00e10748aed3aa476f78b4548f0d6f62fe66f [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _DVB_USB_GL861_H_
3#define _DVB_USB_GL861_H_
4
5#include "dvb_usb.h"
6
7#define GL861_WRITE 0x40
8#define GL861_READ 0xc0
9
10#define GL861_REQ_I2C_WRITE 0x01
11#define GL861_REQ_I2C_READ 0x02
12#define GL861_REQ_I2C_RAW 0x03
13
14#endif