Changeset 3b5a5e3 in mainline for uspace/app/tmon/commands.h
- Timestamp:
- 2018-02-01T16:10:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3038d51
- Parents:
- 8393c73b
- git-author:
- Petr Manek <petr.manek@…> (2018-02-01 16:09:43)
- git-committer:
- Petr Manek <petr.manek@…> (2018-02-01 16:10:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/commands.h
r8393c73b r3b5a5e3 42 42 int tmon_list(int, char **); 43 43 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. */ 45 int tmon_test_intr_in(int, char **); 46 int tmon_test_intr_out(int, char **); 47 int tmon_test_bulk_in(int, char **); 48 int tmon_test_bulk_out(int, char **); 49 int tmon_test_isoch_in(int, char **); 50 int tmon_test_isoch_out(int, char **); 51 51 52 52 #endif /* TMON_COMMANDS_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.