summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-17 20:08:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-01 14:25:15 +0100
commit3cc366ce8b4e9ce1126ffe51b1d88575122ab057 (patch)
tree7c90cbc0097787bc0b325bf9ac2a4a575d875bae
parent1e36c38c750242a4a18f7f31f41b09ad334bad7d (diff)
tx-support
-rw-r--r--testsuites/validation/ts-config.h2
-rw-r--r--testsuites/validation/tx-support.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/ts-config.h b/testsuites/validation/ts-config.h
index b31cfa3e87..f7f04bb72a 100644
--- a/testsuites/validation/ts-config.h
+++ b/testsuites/validation/ts-config.h
@@ -108,8 +108,6 @@ void test_task_stack_deallocate( void *stack );
void *test_idle_task_stack_allocate( uint32_t cpu_index, size_t size );
-void *test_idle_task_body( uintptr_t unused );
-
extern rtems_task_argument test_runner_argument;
extern rtems_task_priority test_runner_initial_priority;
diff --git a/testsuites/validation/tx-support.h b/testsuites/validation/tx-support.h
index 5f0076363b..62adb930d0 100644
--- a/testsuites/validation/tx-support.h
+++ b/testsuites/validation/tx-support.h
@@ -569,6 +569,8 @@ static inline void ISRLockWaitForOthers(
}
#endif
+void *IdleBody( uintptr_t ignored );
+
/** @} */
#ifdef __cplusplus