Changeset b4b534ac in mainline for uspace/lib/usbdev/include/usb/dev/recognise.h
- Timestamp:
- 2016-07-22T08:24:47Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f76d2c2
- Parents:
- 5b18137 (diff), 8351f9a4 (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
r5b18137 rb4b534ac 37 37 #define LIBUSBDEV_RECOGNISE_H_ 38 38 39 #include <sys/types.h> 40 #include <usb/usb.h> 39 #include <usb/descriptor.h> 41 40 #include <usb/dev/pipes.h> 42 #include <ipc/devman.h> 41 42 #include <devman.h> 43 43 44 44 extern int usb_device_create_match_ids_from_device_descriptor( … … 50 50 51 51 extern int usb_device_create_match_ids(usb_pipe_t *, match_id_list_t *); 52 53 extern int usb_device_register_child_in_devman(usb_pipe_t *ctrl_pipe,54 ddf_dev_t *, ddf_fun_t *, ddf_dev_ops_t *);55 56 52 #endif 57 53
Note:
See TracChangeset
for help on using the changeset viewer.