Changeset 6843a9c in mainline for uspace/lib/usbdev/include/usb/dev/recognise.h
- Timestamp:
- 2012-06-29T13:02:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 722912e
- Parents:
- ba72f2b (diff), 0bbd13e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/recognise.h
rba72f2b r6843a9c 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.