Changeset 2986763 in mainline for uspace/app/tmon/commands.h
- Timestamp:
- 2017-12-22T11:59:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7b7898
- Parents:
- ab8e0f5
- git-author:
- Petr Mánek <petr.manek@…> (2017-12-22 11:57:34)
- git-committer:
- Petr Mánek <petr.manek@…> (2017-12-22 11:59:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/commands.h
rab8e0f5 r2986763 38 38 39 39 int tmon_list(int, char **); 40 int tmon_stress_intr_in(int, char **); 41 int tmon_stress_intr_out(int, char **); 42 int tmon_stress_bulk_in(int, char **); 43 int tmon_stress_bulk_out(int, char **); 44 int tmon_stress_isoch_in(int, char **); 45 int tmon_stress_isoch_out(int, char **); 40 41 /* Burst tests read/write into endpoints as fast as possible. */ 42 int tmon_burst_intr_in(int, char **); 43 int tmon_burst_intr_out(int, char **); 44 int tmon_burst_bulk_in(int, char **); 45 int tmon_burst_bulk_out(int, char **); 46 int tmon_burst_isoch_in(int, char **); 47 int tmon_burst_isoch_out(int, char **); 46 48 47 49 #endif /* TMON_COMMANDS_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.