mt8193_iic.h 398 B

1234567891011
  1. #ifndef MT8193_IIC_H
  2. #define MT8193_IIC_H
  3. /*----------------------------------------------------------------------------*/
  4. /* IIC APIs */
  5. /*----------------------------------------------------------------------------*/
  6. int mt8193_i2c_read(u16 addr, u32 *data);
  7. int mt8193_i2c_write(u16 addr, u32 data);
  8. #endif /* MT8193_IIC_H */