The unified diff between revisions [4f22e7ef..] and [9ca449dd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'i2c.h'

#
# old_revision [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
# new_revision [9ca449dd7941ad52e33bdcb5c28b2ba35d54219a]
#
# patch "i2c.h"
#  from [096c6ddae7948e9802621e5cda6f7289fd917cab]
#    to [2712fc89825bdda63fbe762367461fcd3919ce39]
#
============================================================
--- i2c.h	096c6ddae7948e9802621e5cda6f7289fd917cab
+++ i2c.h	2712fc89825bdda63fbe762367461fcd3919ce39
@@ -14,6 +14,7 @@ struct i2c_transaction {
 	int bytes;	/* number of bytes to read or write */
 	unsigned char *data;	/* pointer to the data */
 	i2c_result *result; /* pointer to store the result */
+	unsigned int event; /* Which event to set when complete */
 	struct i2c_transaction *next; /* NULL or next transaction */
 };