GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / media / dvb / dvb-usb / dib07x0.h
blob7e62c1018520a132bc8809a407b27a890db2a4a4
1 #ifndef _DIB07X0_H_
2 #define _DIB07X0_H_
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,
18 #define GPIO_IN 0
19 #define GPIO_OUT 1
21 #endif