Changeset bb512b2d in mainline for uspace/lib/usbdev/include/usb/dev/recognise.h
- Timestamp:
- 2013-01-26T16:12:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7c69861
- Parents:
- 9e79a2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/recognise.h
r9e79a2f rbb512b2d 37 37 #define LIBUSBDEV_RECOGNISE_H_ 38 38 39 #include <sys/types.h>40 39 #include <usb/usb.h> 41 40 #include <usb/dev/pipes.h> 42 #include <ipc/devman.h>43 41 44 42 extern int usb_device_create_match_ids_from_device_descriptor( … … 50 48 51 49 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 **);55 56 50 #endif 57 51
Note:
See TracChangeset
for help on using the changeset viewer.