aboutsummaryrefslogtreecommitdiff
path: root/spm/cactus/cactus_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'spm/cactus/cactus_tests.h')
-rw-r--r--spm/cactus/cactus_tests.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/spm/cactus/cactus_tests.h b/spm/cactus/cactus_tests.h
index f4bcb7e32..23586f51a 100644
--- a/spm/cactus/cactus_tests.h
+++ b/spm/cactus/cactus_tests.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
*/
@@ -12,6 +12,11 @@
*/
/*
+ * Test to FFA interfaces.
+ */
+void ffa_tests(void);
+
+/*
* Test other things like the version number returned by SPM.
*/
void misc_tests(void);