summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/protocol.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-11-25 16:59:21 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-01 20:38:58 -0800
commit615772aace9c87bdcae038cea37c69c85373dba4 (patch)
tree0865de128f1d48da041b860ce6b60db2ff2d7c2f /drivers/staging/greybus/protocol.h
parent43cdae5c3cbc000146cccbbfc651105feba9525e (diff)
greybus: usb-gb: import a "buildable" version of the usb-gb.c driver
Based on Fabien's original driver, this version is converted (mostly) to the new greybus operation apis. Lots of things still to do, not the least being hooking up proper responses... Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/protocol.h')
-rw-r--r--drivers/staging/greybus/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/greybus/protocol.h b/drivers/staging/greybus/protocol.h
index 69a40079a2c5..0ced63e9df91 100644
--- a/drivers/staging/greybus/protocol.h
+++ b/drivers/staging/greybus/protocol.h
@@ -67,6 +67,9 @@ extern void gb_sdio_protocol_exit(void);
extern bool gb_vibrator_protocol_init(void);
extern void gb_vibrator_protocol_exit(void);
+extern bool gb_usb_protocol_init(void);
+extern void gb_usb_protocol_exit(void);
+
bool gb_protocol_init(void);
void gb_protocol_exit(void);