Changes in uspace/lib/drv/include/usbhc_iface.h [6edd494:4689d40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r6edd494 r4689d40 31 31 */ 32 32 /** @file 33 * @brief USB host controllerinterface definition.33 * @brief USB interface definition. 34 34 */ 35 35 … … 226 226 usbhc_iface_transfer_in_callback_t, void *); 227 227 228 /** USB host controllercommunication interface. */228 /** USB devices communication interface. */ 229 229 typedef struct { 230 230 int (*tell_address)(device_t *, devman_handle_t, usb_address_t *);
Note:
See TracChangeset
for help on using the changeset viewer.