diff options
Diffstat (limited to 'include/linux/i2c-pnx.h')
| -rw-r--r-- | include/linux/i2c-pnx.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index 1bc74afe7a3..49ed17fdf05 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h @@ -22,6 +22,7 @@ struct i2c_pnx_mif {  	struct timer_list	timer;		/* Timeout */  	u8 *			buf;		/* Data buffer */  	int			len;		/* Length of data buffer */ +	int			order;		/* RX Bytes to order via TX */  };  struct i2c_pnx_algo_data {  |