aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/multi_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/multi_config.h')
-rw-r--r--drivers/usb/gadget/multi_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/gadget/multi_config.h b/drivers/usb/gadget/multi_config.h
index 792bbae..cc944ad 100644
--- a/drivers/usb/gadget/multi_config.h
+++ b/drivers/usb/gadget/multi_config.h
@@ -132,4 +132,11 @@ void set_interface_count(struct usb_configuration *config,
* - Windows and Linux PC always request 255 size.
*/
void set_string_mode(u16 w_length);
+
+/* Description : Get Host OS type
+ * Return value : type - u16
+ * - 0 : MAC PC
+ * - 1 : Windows and Linux PC
+ */
+u16 get_host_os_type(void);
#endif /* __MULTI_CONFIG_H */