Changeset 64ce0c1 in mainline for uspace/app/tmon/commands.h
- Timestamp:
- 2018-02-02T10:13:55Z (7 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/commands.h
re67c50a r64ce0c1 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.