Ignore:
File:
1 edited

Legend:

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

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