Changes in uspace/app/tester/tester.h [3e6a98c5:34b9299] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
r3e6a98c5 r34b9299 37 37 38 38 #include <sys/types.h> 39 #include < stdbool.h>39 #include <bool.h> 40 40 #include <stacktrace.h> 41 41 … … 106 106 extern const char *test_serial1(void); 107 107 extern const char *test_virtchar1(void); 108 extern const char *test_ext2_1(void); 108 109 extern const char *test_devman1(void); 109 110 extern const char *test_devman2(void);
Note:
See TracChangeset
for help on using the changeset viewer.