Changes in uspace/lib/drv/include/usbhc_iface.h [aae339e9:cb59f787] in mainline
- File:
-
- 1 edited
-
uspace/lib/drv/include/usbhc_iface.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
raae339e9 rcb59f787 92 92 */ 93 93 typedef enum { 94 /** Tell USB address assigned to device.95 * Parameters:96 * - devman handle id97 * Answer:98 * - EINVAL - unknown handle or handle not managed by this driver99 * - ENOTSUP - operation not supported by HC (shall not happen)100 * - arbitrary error code if returned by remote implementation101 * - EOK - handle found, first parameter contains the USB address102 */103 IPC_M_USBHC_GET_ADDRESS,104 105 94 /** Asks for data buffer. 106 95 * See explanation at usb_iface_funcs_t. … … 168 157 /** USB devices communication interface. */ 169 158 typedef struct { 170 int (*tell_address)(device_t *, devman_handle_t, usb_address_t *);171 159 int (*interrupt_out)(device_t *, usb_target_t, 172 160 void *, size_t,
Note:
See TracChangeset
for help on using the changeset viewer.
