Commit 8a30672a authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

greybus: add a connection->private field

This will be used for driver-specific data for whatever drives the
other end of the connection.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent b0b65755
...@@ -25,6 +25,8 @@ struct gb_connection { ...@@ -25,6 +25,8 @@ struct gb_connection {
struct list_head operations; struct list_head operations;
atomic_t op_cycle; atomic_t op_cycle;
void *private;
}; };
struct gb_connection *gb_connection_create(struct gb_interface *interface, struct gb_connection *gb_connection_create(struct gb_interface *interface,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment