aboutsummaryrefslogtreecommitdiff
path: root/spm/cactus/cactus_tests.h
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-07-27 13:57:21 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-07-27 13:57:21 +0000
commit8a669d956699e967ca7f298d4bf74111c10dd164 (patch)
tree3ca54a71167a91304db18c5ee891ce2f831f03b6 /spm/cactus/cactus_tests.h
parentd07b682769c1861bf12ef3a9177c62796c5c9d2b (diff)
parent57c6ddbfddeb0d5ebe27d62b426bb1029fe8d622 (diff)
downloadtf-a-tests-8a669d956699e967ca7f298d4bf74111c10dd164.tar.gz
Merge changes from topic "ffa_tests"
* changes: Cactus: tidying FFA_VERSION test. Cactus: FFA_PARTITION_INFO_GET test. Cactus: FFA_FEATURES test. SPM: TFTF test of FFA_FEATURES interface.
Diffstat (limited to 'spm/cactus/cactus_tests.h')
-rw-r--r--spm/cactus/cactus_tests.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/spm/cactus/cactus_tests.h b/spm/cactus/cactus_tests.h
index 23586f51a..2e13a6f96 100644
--- a/spm/cactus/cactus_tests.h
+++ b/spm/cactus/cactus_tests.h
@@ -7,6 +7,8 @@
#ifndef CACTUS_TESTS_H
#define CACTUS_TESTS_H
+#include <ffa_helpers.h>
+
/*
* Test functions
*/
@@ -14,7 +16,7 @@
/*
* Test to FFA interfaces.
*/
-void ffa_tests(void);
+void ffa_tests(struct mailbox_buffers *mb);
/*
* Test other things like the version number returned by SPM.