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