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_main.c b/spm/cactus/cactus_main.c index e54f3b0..ed48fe4 100644 --- a/spm/cactus/cactus_main.c +++ b/spm/cactus/cactus_main.c
@@ -20,6 +20,7 @@ #include <plat/common/platform.h> #include <platform_def.h> #include <sp_helpers.h> +#include <spm_helpers.h> #include <std_svc.h> #include "cactus_def.h"