repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched: Remove double_rq_lock() from __migrate_task()
[linux/fpc-iii.git]
/
drivers
/
media
/
usb
/
dvb-usb-v2
/
gl861.h
blob
b0b80d87bb7e36f98a6e413d6f7c0e6cc63b77e0
1
#ifndef _DVB_USB_GL861_H_
2
#define _DVB_USB_GL861_H_
3
4
#include
"dvb_usb.h"
5
6
#define GL861_WRITE 0x40
7
#define GL861_READ 0xc0
8
9
#define GL861_REQ_I2C_WRITE 0x01
10
#define GL861_REQ_I2C_READ 0x02
11
12
#endif