repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
drivers
/
media
/
dvb
/
dvb-usb
/
dib07x0.h
blob
7e62c1018520a132bc8809a407b27a890db2a4a4
1
#ifndef _DIB07X0_H_
2
#define _DIB07X0_H_
3
4
enum
dib07x0_gpios
{
5
GPIO0
=
0
,
6
GPIO1
=
2
,
7
GPIO2
=
3
,
8
GPIO3
=
4
,
9
GPIO4
=
5
,
10
GPIO5
=
6
,
11
GPIO6
=
8
,
12
GPIO7
=
10
,
13
GPIO8
=
11
,
14
GPIO9
=
14
,
15
GPIO10
=
15
,
16
};
17
18
#define GPIO_IN 0
19
#define GPIO_OUT 1
20
21
#endif