Changes in uspace/lib/usbdev/include/usb/dev/recognise.h [77ad86c:162726b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/recognise.h
r77ad86c r162726b 33 33 * USB device recognition. 34 34 */ 35 36 35 #ifndef LIBUSBDEV_RECOGNISE_H_ 37 36 #define LIBUSBDEV_RECOGNISE_H_ … … 42 41 #include <ipc/devman.h> 43 42 44 externint usb_device_create_match_ids_from_device_descriptor(43 int usb_device_create_match_ids_from_device_descriptor( 45 44 const usb_standard_device_descriptor_t *, match_id_list_t *); 46 45 47 externint usb_device_create_match_ids_from_interface(46 int usb_device_create_match_ids_from_interface( 48 47 const usb_standard_device_descriptor_t *, 49 48 const usb_standard_interface_descriptor_t *, match_id_list_t *); 50 49 51 externint usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *);50 int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *); 52 51 53 extern int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,52 int usb_device_register_child_in_devman(usb_address_t, devman_handle_t, 54 53 ddf_dev_t *, ddf_dev_ops_t *, void *, ddf_fun_t **); 55 54 56 55 #endif 57 58 56 /** 59 57 * @}
Note:
See TracChangeset
for help on using the changeset viewer.