diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-09-19 11:51:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:12:33 -0400 |
commit | b7f54910ce018f93a74211136be46c09cefd80e2 (patch) | |
tree | 404512b641f6a9d1b6cce6ddf152e19f1bc702e7 /drivers/media/dvb/dvb-usb/dib07x0.h | |
parent | 136cafbf4a024b52ba0a10627217f03cea9ff9f8 (diff) |
V4L/DVB (4647): Added module for DiB0700 based devices
Added module for DiB0700 based USB devices. This module is preliminary and
untested (because of a lack of test devices) but should work.
Further commits will be necessary to make it work properly.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dib07x0.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib07x0.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib07x0.h b/drivers/media/dvb/dvb-usb/dib07x0.h new file mode 100644 index 000000000000..7e62c1018520 --- /dev/null +++ b/drivers/media/dvb/dvb-usb/dib07x0.h | |||
@@ -0,0 +1,21 @@ | |||
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 | ||