Ignore:
Timestamp:
2011-10-31T09:46:52Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3562cd18
Parents:
cae002c
Message:

libusb: Rename get_address implementations.

The new names describe the functionality better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/ddfiface.h

    rcae002c reea3e39  
    4040
    4141int usb_iface_get_hc_handle_hub_impl(ddf_fun_t *, devman_handle_t *);
    42 int usb_iface_get_address_hub_impl(ddf_fun_t *, devman_handle_t,
     42int usb_iface_get_address_forward_impl(ddf_fun_t *, devman_handle_t,
    4343    usb_address_t *);
    4444extern usb_iface_t usb_iface_hub_impl;
    4545
    4646int usb_iface_get_hc_handle_hub_child_impl(ddf_fun_t *, devman_handle_t *);
    47 int usb_iface_get_address_hub_child_impl(ddf_fun_t *, devman_handle_t,
     47int usb_iface_get_address_set_my_handle_impl(ddf_fun_t *, devman_handle_t,
    4848    usb_address_t *);
    4949extern usb_iface_t usb_iface_hub_child_impl;
Note: See TracChangeset for help on using the changeset viewer.