Go to the documentation of this file.
23 #ifndef _UAPI_LINUX_I2C_DEV_H
24 #define _UAPI_LINUX_I2C_DEV_H
26 #include <linux/types.h>
27 #include <linux/compiler.h>
35 #define I2C_RETRIES 0x0701
37 #define I2C_TIMEOUT 0x0702
42 #define I2C_SLAVE 0x0703
43 #define I2C_SLAVE_FORCE 0x0706
45 #define I2C_TENBIT 0x0704
47 #define I2C_FUNCS 0x0705
49 #define I2C_RDWR 0x0707
51 #define I2C_PEC 0x0708
52 #define I2C_SMBUS 0x0720
69 #define I2C_RDRW_IOCTL_MAX_MSGS 42