Changeset b7fd2a0 in mainline for uspace/lib/usbdev/include/usb/dev/recognise.h
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/recognise.h
r36f0738 rb7fd2a0 42 42 #include <devman.h> 43 43 44 extern int usb_device_create_match_ids_from_device_descriptor(44 extern errno_t usb_device_create_match_ids_from_device_descriptor( 45 45 const usb_standard_device_descriptor_t *, match_id_list_t *); 46 46 47 extern int usb_device_create_match_ids_from_interface(47 extern errno_t usb_device_create_match_ids_from_interface( 48 48 const usb_standard_device_descriptor_t *, 49 49 const usb_standard_interface_descriptor_t *, match_id_list_t *); 50 50 51 extern int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);51 extern errno_t usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *); 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.