diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 05:56:35 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 11:55:43 -0200 |
commit | 3e978a8284080d801d20cda377d9cf7c12fe68b9 (patch) | |
tree | 797536140340fc3c1b4e4968d0fdd44ddbbb2088 /drivers/media/dvb/mantis/mantis_i2c.h | |
parent | ad0ac434cb3b34640a4e81d7e80a1512c6e40253 (diff) | |
download | op-kernel-dev-3e978a8284080d801d20cda377d9cf7c12fe68b9.zip op-kernel-dev-3e978a8284080d801d20cda377d9cf7c12fe68b9.tar.gz |
V4L/DVB (13797): [Mantis/Hopper/TDA665x] Large overhaul,
* Initial go at VP-3028, VP-3030 devices.
* I2C communication improvements,
* Add TDA665x support
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_i2c.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_i2c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_i2c.h b/drivers/media/dvb/mantis/mantis_i2c.h index 1e49ecf..d40da4f 100644 --- a/drivers/media/dvb/mantis/mantis_i2c.h +++ b/drivers/media/dvb/mantis/mantis_i2c.h @@ -1,6 +1,9 @@ #ifndef __MANTIS_I2C_H #define __MANTIS_I2C_H +#define I2C_STOP (1 << 0) +#define I2C_READ (1 << 1) + extern int mantis_i2c_init(struct mantis_pci *mantis); extern int mantis_i2c_exit(struct mantis_pci *mantis); |