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-23 15:18:38 +0100
commit50d539bc12a71a79260c4dc22e0785d64e3594c2 (patch)
treee1266e1b3ed4bb38402593874c2b5ce438798f76
parent75cc69346c14794c5c870bb62498b561a7c27db0 (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