projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-rmk' of git://git.marvell.com/orion into devel
[linux-2.6]
/
drivers
/
media
/
dvb
/
dvb-usb
/
dib07x0.h
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