root/drivers/media/usb/dvb-usb-v2/gl861.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* 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

/* [<][>][^][v][top][bottom][index][help] */