Changeset 4010

Show
Ignore:
Timestamp:
10/30/05 12:24:30 (3 years ago)
Author:
khali
Message:

Comment update: i2c_smbus_read_i2c_block_data too returns the
number of read bytes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c.h

    r4006 r4010  
    112112                                      u8 command, u8 length, 
    113113                                      u8 *values); 
     114/* Returns the number of read bytes */ 
    114115extern s32 i2c_smbus_read_i2c_block_data(struct i2c_client * client, 
    115116                                         u8 command, u8 *values);