Changeset 3988
- Timestamp:
- 07/13/05 23:23:43 (3 years ago)
- Files:
-
- i2c/trunk/doc/dev-interface (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/doc/dev-interface
r3987 r3988 101 101 Gets the adapter functionality and puts it in *funcs. 102 102 103 ioctl(file,I2C_RDWR,struct i2c_ ioctl_rdwr_data *msgset)103 ioctl(file,I2C_RDWR,struct i2c_rdwr_ioctl_data *msgset) 104 104 105 105 Do combined read/write transaction without stop in between. 106 The argument is a pointer to a struct i2c_ ioctl_rdwr_data {106 The argument is a pointer to a struct i2c_rdwr_ioctl_data { 107 107 108 108 struct i2c_msg *msgs; /* ptr to array of simple messages */
