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
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
media
/
usb
/
dvb-usb
/
dib07x0.h
blob
2e67f794fe3792a94fb9b6e933b2f7b410a8b052
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _DIB07X0_H_
3
#define _DIB07X0_H_
4
5
enum
dib07x0_gpios
{
6
GPIO0
=
0
,
7
GPIO1
=
2
,
8
GPIO2
=
3
,
9
GPIO3
=
4
,
10
GPIO4
=
5
,
11
GPIO5
=
6
,
12
GPIO6
=
8
,
13
GPIO7
=
10
,
14
GPIO8
=
11
,
15
GPIO9
=
14
,
16
GPIO10
=
15
,
17
};
18
19
#define GPIO_IN 0
20
#define GPIO_OUT 1
21
22
#endif