Changeset daf59d1 in mainline for uspace/lib/usbhost/include/usb
- Timestamp:
- 2012-12-21T11:37:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a12879
- Parents:
- 0ef03d7
- Location:
- uspace/lib/usbhost/include/usb/host
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
r0ef03d7 rdaf59d1 40 40 #include <usbhc_iface.h> 41 41 42 int hcd_ddf_add_ device(hcd_t *instance,ddf_dev_t *parent,42 int hcd_ddf_add_usb_device(ddf_dev_t *parent, 43 43 usb_address_t address, usb_speed_t speed, const char *name, 44 44 const match_id_list_t *mids); -
uspace/lib/usbhost/include/usb/host/hcd.h
r0ef03d7 rdaf59d1 57 57 /** Endpoint manager. */ 58 58 usb_endpoint_manager_t ep_manager; 59 /** Added devices */60 list_t devices;61 59 62 60 /** Device specific driver data. */
Note:
See TracChangeset
for help on using the changeset viewer.