summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/module.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/module.h
parent2eb585f8df3f2121751ff8cf9b2cd8040575bff2 (diff)
downloadop-kernel-dev-574341c67213afdc9dcb5aefb4f6fa84644438bb.zip
op-kernel-dev-574341c67213afdc9dcb5aefb4f6fa84644438bb.tar.gz
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/module.h')
-rw-r--r--drivers/staging/greybus/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/module.h
index 7b01950..114f157 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/module.h
@@ -62,4 +62,6 @@ struct gb_module *gb_module_create(struct greybus_host_device *hd,
u8 module_id);
void gb_module_destroy(struct gb_module *module);
+void gb_module_interfaces_init(struct gb_module *gmod);
+
#endif /* __MODULE_H */
OpenPOWER on IntegriCloud