Ignore:
Timestamp:
2012-12-22T23:13:05Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1affef2f
Parents:
52f9c57
Message:

libusbhost: Add external toggle rest function to ep manager

File:
1 edited

Legend:

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

    r52f9c57 ra6a9910  
    9595    ep_remove_callback_t callback, void *arg);
    9696
     97int usb_endpoint_manager_reset_toggle(usb_endpoint_manager_t *instance,
     98    usb_target_t target, bool all);
     99
    97100void usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance,
    98101    usb_address_t address, ep_remove_callback_t callback, void *arg);
Note: See TracChangeset for help on using the changeset viewer.