1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * DVB USB Linux driver for Alcor Micro AU6610 DVB-T USB2.0.
4 *
5 * Copyright (C) 2006 Antti Palosaari <crope@iki.fi>
6 */
7
8#ifndef AU6610_H
9#define AU6610_H
10#include "dvb_usb.h"
11
12#define AU6610_REQ_I2C_WRITE	0x14
13#define AU6610_REQ_I2C_READ	0x13
14#define AU6610_REQ_USB_WRITE	0x16
15#define AU6610_REQ_USB_READ	0x15
16
17#define AU6610_USB_TIMEOUT 1000
18
19#endif
20