Ignore:
Timestamp:
2013-01-04T11:22:10Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4c1c95
Parents:
17bbb28
Message:

libusbhost: Add hcd endpoint manipulation wrappers

File:
1 edited

Legend:

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

    r17bbb28 r0816c2e  
    8282}
    8383
     84int hcd_add_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir,
     85    usb_transfer_type_t type, size_t max_packet_size, size_t size);
     86
     87int hcd_remove_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir);
     88
    8489int hcd_send_batch(hcd_t *hcd, usb_target_t target, usb_direction_t direction,
    8590    void *data, size_t size, uint64_t setup_data,
Note: See TracChangeset for help on using the changeset viewer.