Changeset 64ce0c1 in mainline for uspace/app/tmon/commands.h


Ignore:
Timestamp:
2018-02-02T10:13:55Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
961a5ee
Parents:
e67c50a (diff), 290338b (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 commit '290338bf7224f502808b23e82d98306208962b97' into forwardport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/commands.h

    re67c50a r64ce0c1  
    4242int tmon_list(int, char **);
    4343
    44 /* Burst tests read/write into endpoints as fast as possible. */
    45 int tmon_burst_intr_in(int, char **);
    46 int tmon_burst_intr_out(int, char **);
    47 int tmon_burst_bulk_in(int, char **);
    48 int tmon_burst_bulk_out(int, char **);
    49 int tmon_burst_isoch_in(int, char **);
    50 int tmon_burst_isoch_out(int, char **);
     44/* Tests commands differ by endpoint types. */
     45int tmon_test_intr_in(int, char **);
     46int tmon_test_intr_out(int, char **);
     47int tmon_test_bulk_in(int, char **);
     48int tmon_test_bulk_out(int, char **);
     49int tmon_test_isoch_in(int, char **);
     50int tmon_test_isoch_out(int, char **);
    5151
    5252#endif /* TMON_COMMANDS_H_ */
Note: See TracChangeset for help on using the changeset viewer.