mantis_i2c.h 243 B

12345678910
  1. #ifndef __MANTIS_I2C_H
  2. #define __MANTIS_I2C_H
  3. #define I2C_STOP (1 << 0)
  4. #define I2C_READ (1 << 1)
  5. extern int mantis_i2c_init(struct mantis_pci *mantis);
  6. extern int mantis_i2c_exit(struct mantis_pci *mantis);
  7. #endif /* __MANTIS_I2C_H */