These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / sm750fb / ddk750_hwi2c.h
1 #ifndef DDK750_HWI2C_H__
2 #define DDK750_HWI2C_H__
3
4 /* hwi2c functions */
5 int sm750_hw_i2c_init(unsigned char bus_speed_mode);
6 void sm750_hw_i2c_close(void);
7
8 unsigned char sm750_hw_i2c_read_reg(unsigned char addr, unsigned char reg);
9 int sm750_hw_i2c_write_reg(unsigned char addr, unsigned char reg,
10                            unsigned char data);
11 #endif