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-11-19 08:44:24 +0100
commit048159293ca0c1934e534ef2768a2748180b36d7 (patch)
treede3d396554e0cdd864f3ccfea0832e3a3d035735
parenta5738e38889405b3abe0d5c11b90b3b5a11f658d (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