|
@@ -763,7 +763,7 @@ struct usb_gadget_string_container {
|
|
};
|
|
};
|
|
|
|
|
|
/* put descriptor for string with that id into buf (buflen >= 256) */
|
|
/* put descriptor for string with that id into buf (buflen >= 256) */
|
|
-int usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf);
|
|
|
|
|
|
+int usb_gadget_get_string(const struct usb_gadget_strings *table, int id, u8 *buf);
|
|
|
|
|
|
/*-------------------------------------------------------------------------*/
|
|
/*-------------------------------------------------------------------------*/
|
|
|
|
|