Ignore:
Timestamp:
2013-07-27T08:17:36Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec6766a
Parents:
3aac088
Message:

libusbhost: Merge _remove_address and _release_address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h

    r3aac088 r8a23fef  
    8686int usb_endpoint_manager_unregister_ep(
    8787    usb_endpoint_manager_t *instance, endpoint_t *ep);
     88
    8889endpoint_t * usb_endpoint_manager_find_ep(usb_endpoint_manager_t *instance,
    8990    usb_address_t address, usb_endpoint_t ep, usb_direction_t direction);
     
    101102    usb_target_t target, bool all);
    102103
    103 void usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance,
     104int usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance,
    104105    usb_address_t address, ep_remove_callback_t callback, void *arg);
    105106
    106107int usb_endpoint_manager_request_address(usb_endpoint_manager_t *instance,
    107108    usb_address_t *address, bool strict, usb_speed_t speed);
    108 
    109 int usb_endpoint_manager_release_address(usb_endpoint_manager_t *instance,
    110     usb_address_t address);
    111109
    112110int usb_endpoint_manager_get_info_by_address(usb_endpoint_manager_t *instance,
Note: See TracChangeset for help on using the changeset viewer.