Changeset 53332b5b in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2012-12-21T11:01:09Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ef03d7
- Parents:
- a720ff6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
ra720ff6 r53332b5b 103 103 usbhc_iface_transfer_out_callback_t out, void *arg, const char* name); 104 104 105 int hcd_add_device(hcd_t *instance, ddf_dev_t *parent,106 usb_address_t address, usb_speed_t speed, const char *name,107 const match_id_list_t *mids);108 109 int hcd_setup_device(ddf_dev_t *device, ddf_fun_t **fun);110 int hcd_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev);111 112 hcd_t *dev_to_hcd(ddf_dev_t *dev);113 105 114 106 /** Data retrieve wrapper. … … 122 114 123 115 124 extern usbhc_iface_t hcd_iface;125 126 116 #endif 127 117
Note:
See TracChangeset
for help on using the changeset viewer.