Changeset 5994cc3 in mainline for uspace/lib/usbhost/include/usb/host/hcd.h
- Timestamp:
- 2012-12-16T20:08:54Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c7ed9c
- Parents:
- ddab093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
rddab093 r5994cc3 67 67 }; 68 68 69 69 70 /** Initialize hcd_t structure. 70 71 * Initializes device and endpoint managers. Sets data and hook pointer to NULL. … … 109 110 } 110 111 111 int hcd_register_hub(hcd_t *instance, usb_address_t *address, ddf_fun_t *hub_fun); 112 int hcd_setup_device(ddf_dev_t *device); 113 int hcd_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev); 112 114 115 hcd_t *dev_to_hcd(ddf_dev_t *dev); 113 116 114 117 /** Data retrieve wrapper.
Note:
See TracChangeset
for help on using the changeset viewer.