gl861.h 303 B

12345678910111213141516
  1. #ifndef _DVB_USB_GL861_H_
  2. #define _DVB_USB_GL861_H_
  3. #define DVB_USB_LOG_PREFIX "gl861"
  4. #include "dvb-usb.h"
  5. #define deb_rc(args...) dprintk(dvb_usb_gl861_debug, 0x01, args)
  6. #define GL861_WRITE 0x40
  7. #define GL861_READ 0xc0
  8. #define GL861_REQ_I2C_WRITE 0x01
  9. #define GL861_REQ_I2C_READ 0x02
  10. #endif