commit | 6967c24a7616326c0bb8cf57873a2788523d37d2 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Fri Apr 09 09:24:08 2021 +0200 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Tue Apr 13 18:11:24 2021 +0200 |
tree | 8cd18e0c1fd09bcc253f0157a77a94e7f9fc5b85 | |
parent | d89d11b4838d69d422b6ba19138af6bf50a90b80 [diff] [blame] |
spmc: hypervisor calls moved to a separate module Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I285ffc684aa780246468355add9d03c1b5b8fefb
diff --git a/spm/cactus/cactus_tests/cactus_test_ffa.c b/spm/cactus/cactus_tests/cactus_test_ffa.c index c1ba783..2ade7bd 100644 --- a/spm/cactus/cactus_tests/cactus_test_ffa.c +++ b/spm/cactus/cactus_tests/cactus_test_ffa.c
@@ -11,6 +11,7 @@ #include <cactus_platform_def.h> #include <ffa_endpoints.h> #include <sp_helpers.h> +#include <spm_helpers.h> #include <spm_common.h> #include <lib/libc/string.h>