License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / drivers / media / usb / dvb-usb-v2 / gl861.h
blobb651b857e03408f3cedf9e281e5563355de02fe7
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _DVB_USB_GL861_H_
3 #define _DVB_USB_GL861_H_
5 #include "dvb_usb.h"
7 #define GL861_WRITE 0x40
8 #define GL861_READ 0xc0
10 #define GL861_REQ_I2C_WRITE 0x01
11 #define GL861_REQ_I2C_READ 0x02
13 #endif