summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/tmtests_empty_function.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/src/tmtests_empty_function.c')
-rw-r--r--testsuites/support/src/tmtests_empty_function.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/support/src/tmtests_empty_function.c b/testsuites/support/src/tmtests_empty_function.c
index c8ed245bb1..17ac5bf39c 100644
--- a/testsuites/support/src/tmtests_empty_function.c
+++ b/testsuites/support/src/tmtests_empty_function.c
@@ -20,3 +20,10 @@ rtems_status_code benchmark_timer_empty_function( void )
{
return RTEMS_SUCCESSFUL;
}
+
+void benchmark_timer_empty_operation(
+ int iteration,
+ void *argument
+)
+{
+}