#include <linux/types.h>
#include <linux/compiler.h>
Go to the source code of this file.
#define I2C_FUNCS 0x0705 /* Get the adapter functionality mask */ |
#define I2C_PEC 0x0708 /* != 0 to use PEC with SMBus */ |
#define I2C_RDRW_IOCTL_MAX_MSGS 42 |
#define I2C_RDWR 0x0707 /* Combined R/W transfer (one STOP only) */ |
#define I2C_SLAVE 0x0703 /* Use this slave address */ |
#define I2C_SMBUS 0x0720 /* SMBus transfer */ |
#define I2C_TENBIT 0x0704 /* 0 for 7 bit addrs, != 0 for 10 bit */ |
#define I2C_TIMEOUT 0x0702 /* set timeout in units of 10 ms */ |