gl861.h 270 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _DVB_USB_GL861_H_
  3. #define _DVB_USB_GL861_H_
  4. #include "dvb_usb.h"
  5. #define GL861_WRITE 0x40
  6. #define GL861_READ 0xc0
  7. #define GL861_REQ_I2C_WRITE 0x01
  8. #define GL861_REQ_I2C_READ 0x02
  9. #define GL861_REQ_I2C_RAW 0x03
  10. #endif