V4L/DVB (13797): [Mantis/Hopper/TDA665x] Large overhaul,
[deliverable/linux.git] / drivers / media / dvb / mantis / mantis_i2c.h
CommitLineData
b3b96144
MA
1#ifndef __MANTIS_I2C_H
2#define __MANTIS_I2C_H
3
3e978a82
MA
4#define I2C_STOP (1 << 0)
5#define I2C_READ (1 << 1)
6
b3b96144
MA
7extern int mantis_i2c_init(struct mantis_pci *mantis);
8extern int mantis_i2c_exit(struct mantis_pci *mantis);
9
10#endif /* __MANTIS_I2C_H */
This page took 0.037205 seconds and 5 git commands to generate.