X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fi2c.h;h=63f1d63cc1d8cd93154d0874421e2b509c08ddfa;hb=b4669d66fb1488fd9cebe0b8da447cfeb86109ba;hp=7863a59bd5986983fdeb4c92dca2782427bf184e;hpb=de59cf9ed44f64991e52a9de6094729537f0420c;p=linux-2.6 diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 7863a59bd5..63f1d63cc1 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -100,6 +100,9 @@ extern s32 i2c_smbus_write_block_data(struct i2c_client * client, /* Returns the number of read bytes */ extern s32 i2c_smbus_read_i2c_block_data(struct i2c_client * client, u8 command, u8 *values); +extern s32 i2c_smbus_write_i2c_block_data(struct i2c_client * client, + u8 command, u8 length, + u8 *values); /* * A driver is capable of handling one or more physical devices present on