diff options
Diffstat (limited to 'test/nil/test_root.h')
-rw-r--r-- | test/nil/test_root.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/nil/test_root.h b/test/nil/test_root.h index 0d000c415..51a100922 100644 --- a/test/nil/test_root.h +++ b/test/nil/test_root.h @@ -47,6 +47,9 @@ extern const testcase_t * const *test_suite[]; #ifdef __cplusplus
extern "C" {
#endif
+ extern semaphore_t gsem1, gsem2;
+ extern THD_WORKING_AREA(wa_test_support, 128);
+ THD_FUNCTION(test_support, arg);
#ifdef __cplusplus
}
#endif
|