Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0.
0004  *
0005  * Copyright (C) 2006 Antti Palosaari <crope@iki.fi>
0006  */
0007 
0008 #ifndef AU6610_H
0009 #define AU6610_H
0010 #include "dvb_usb.h"
0011 
0012 #define AU6610_REQ_I2C_WRITE    0x14
0013 #define AU6610_REQ_I2C_READ 0x13
0014 #define AU6610_REQ_USB_WRITE    0x16
0015 #define AU6610_REQ_USB_READ 0x15
0016 
0017 #define AU6610_USB_TIMEOUT 1000
0018 
0019 #endif