Ignore:
Timestamp:
2010-11-21T23:22:50Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03171de, 0b749a3
Parents:
31860b7 (diff), f0da4eb2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge ddf_proposal changes

File:
1 edited

Legend:

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

    r31860b7 r8cd1aa5e  
    159159    void *, size_t, size_t *, usb_handle_t *);
    160160
     161int usb_hc_async_control_write_setup(usb_hc_device_t *, usb_target_t,
     162    void *, size_t, usb_handle_t *);
     163int usb_hc_async_control_write_data(usb_hc_device_t *, usb_target_t,
     164    void *, size_t, usb_handle_t *);
     165int usb_hc_async_control_write_status(usb_hc_device_t *, usb_target_t,
     166    usb_handle_t *);
     167
     168int usb_hc_async_control_read_setup(usb_hc_device_t *, usb_target_t,
     169    void *, size_t, usb_handle_t *);
     170int usb_hc_async_control_read_data(usb_hc_device_t *, usb_target_t,
     171    void *, size_t, size_t *, usb_handle_t *);
     172int usb_hc_async_control_read_status(usb_hc_device_t *, usb_target_t,
     173    usb_handle_t *);
     174
    161175int usb_hc_async_wait_for(usb_handle_t);
    162176
Note: See TracChangeset for help on using the changeset viewer.