Ignore:
Timestamp:
2011-10-12T20:23:23Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32ec5671
Parents:
162726b
Message:

usb: Remove assigned_handle output parameter.

Use new_fun instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/hub.h

    r162726b r013517b  
    4444int usb_hc_new_device_wrapper(ddf_dev_t *, usb_hc_connection_t *, usb_speed_t,
    4545    int (*)(int, void *), int, void *,
    46     usb_address_t *, devman_handle_t *,
    47     ddf_dev_ops_t *, void *, ddf_fun_t **);
     46    usb_address_t *, ddf_dev_ops_t *, void *, ddf_fun_t **);
    4847
    4948/** Info about device attached to host controller.
Note: See TracChangeset for help on using the changeset viewer.