]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/media/usb/dvb-usb-v2/gl861.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / media / usb / dvb-usb-v2 / gl861.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f0c3a2ca
CL
2#ifndef _DVB_USB_GL861_H_
3#define _DVB_USB_GL861_H_
4
4d2e596a 5#include "dvb_usb.h"
f0c3a2ca
CL
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
13#endif