update video device class driver
This commit is contained in:
@@ -29,9 +29,13 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void usbd_video_add_interface(usbd_class_t *class, usbd_interface_t *intf);
|
||||
|
||||
void usbd_video_set_probe_and_commit_controls(struct video_probe_and_commit_controls *probe,
|
||||
struct video_probe_and_commit_controls *commit);
|
||||
void usbd_video_set_entity_info(struct video_entity_info *info, uint8_t count);
|
||||
void usbd_video_sof_callback(void);
|
||||
void usbd_video_set_interface_callback(uint8_t value);
|
||||
void usbd_video_add_interface(usbd_class_t *devclass, usbd_interface_t *intf);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user