summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-10-16 06:35:35 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-10-17 18:14:11 +0200
commit574341c67213afdc9dcb5aefb4f6fa84644438bb (patch)
tree1c9069ba64526541840f793f933a4fe860750b08 /drivers/staging/greybus/interface.h
parent2eb585f8df3f2121751ff8cf9b2cd8040575bff2 (diff)
greybus: add device initialization
Set up the infrastructure for initializing connections based on their protocol. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 9c9ffe7715a5..1019a981f5f6 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -22,4 +22,6 @@ struct gb_interface {
struct gb_interface *gb_interface_create(struct gb_module *gmod, u8 module_id);
void gb_interface_destroy(struct gb_interface *interface);
+int gb_interface_connections_init(struct gb_interface *interface);
+
#endif /* __INTERFACE_H */