aboutsummaryrefslogtreecommitdiff
path: root/test/suites/core/non_secure/core_test_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/suites/core/non_secure/core_test_api.h')
-rw-r--r--test/suites/core/non_secure/core_test_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suites/core/non_secure/core_test_api.h b/test/suites/core/non_secure/core_test_api.h
index 0f8331118a..eaa8b44f3a 100644
--- a/test/suites/core/non_secure/core_test_api.h
+++ b/test/suites/core/non_secure/core_test_api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -34,7 +34,7 @@ struct tfm_core_test_call_args_t {
*
* \return Returns value depending on fn_ptr.
*/
-int32_t tfm_core_test_call(void *fn_ptr,
+int32_t tfm_core_test_call(int32_t (*fn_ptr)(),
struct tfm_core_test_call_args_t *args);
#ifdef __cplusplus