Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usbdrv.h

    r7f56fb7 r4e8e1f5  
    103103int usb_drv_create_match_ids_from_device_descriptor(match_id_list_t *,
    104104    const usb_standard_device_descriptor_t *);
     105int usb_drv_create_match_ids_from_configuration_descriptor(match_id_list_t *,
     106    const void *, size_t);
     107
    105108
    106109#endif
Note: See TracChangeset for help on using the changeset viewer.