Ignore:
Timestamp:
2017-12-21T14:37:30Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
119a794
Parents:
74c0de0
git-author:
Petr Mánek <petr.manek@…> (2017-12-21 14:37:23)
git-committer:
Petr Mánek <petr.manek@…> (2017-12-21 14:37:30)
Message:

usbdiag: added isochronous test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbdiag_iface.h

    r74c0de0 rff16da5f  
    4949int usbdiag_stress_bulk_in(async_exch_t*, int, size_t);
    5050int usbdiag_stress_bulk_out(async_exch_t*, int, size_t);
     51int usbdiag_stress_isoch_in(async_exch_t*, int, size_t);
     52int usbdiag_stress_isoch_out(async_exch_t*, int, size_t);
    5153
    5254/** USB diagnostic device communication interface. */
     
    5658        int (*stress_bulk_in)(ddf_fun_t*, int, size_t);
    5759        int (*stress_bulk_out)(ddf_fun_t*, int, size_t);
     60        int (*stress_isoch_in)(ddf_fun_t*, int, size_t);
     61        int (*stress_isoch_out)(ddf_fun_t*, int, size_t);
    5862} usbdiag_iface_t;
    5963
Note: See TracChangeset for help on using the changeset viewer.