commit | 902af086a232360a032a23a6c084c55179a38d86 | [log] [tgz] |
---|---|---|
author | Karl Meakin <karl.meakin@arm.com> | Thu Nov 28 14:58:38 2024 +0000 |
committer | Karl Meakin <karl.meakin@arm.com> | Mon Dec 09 15:38:56 2024 +0000 |
tree | fa3b828786c58395db0357a976cd0e38aaa149b6 | |
parent | 0cdd6b2f241eaa96d1cb80056044e0b5b5801879 [diff] [blame] |
refactor: move `inc/hf/arch/plat/ffa` to `inc/hf/ffa` Change-Id: I05c2cd1aa3753cd60021015c4582831eb03db3c9 Signed-off-by: Karl Meakin <karl.meakin@arm.com>
diff --git a/inc/hf/manifest.h b/inc/hf/manifest.h index 40fa307e..eac1e1b 100644 --- a/inc/hf/manifest.h +++ b/inc/hf/manifest.h
@@ -14,6 +14,7 @@ #include "hf/ffa.h" #include "hf/ffa_partition_manifest.h" #include "hf/memiter.h" +#include "hf/static_assert.h" #include "hf/string.h" #include "hf/vm.h"