Changeset 4010
- Timestamp:
- 10/30/05 12:24:30 (3 years ago)
- Files:
-
- i2c/trunk/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/kernel/i2c.h
r4006 r4010 112 112 u8 command, u8 length, 113 113 u8 *values); 114 /* Returns the number of read bytes */ 114 115 extern s32 i2c_smbus_read_i2c_block_data(struct i2c_client * client, 115 116 u8 command, u8 *values);
