feat: FF-A v1.0 resources

Created header for FF-A v1.0 structures that we are currently providing
backwards compatibility for. This includes memory sharing structures and
FF-A partition info.

Change-Id: I132b8e97233f610666933c04f33dd9e9b08279eb
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/src/api.c b/src/api.c
index 3156fe7..f65bb10 100644
--- a/src/api.c
+++ b/src/api.c
@@ -30,6 +30,7 @@
 
 #include "vmapi/hf/call.h"
 #include "vmapi/hf/ffa.h"
+#include "vmapi/hf/ffa_v1_0.h"
 
 static_assert(sizeof(struct ffa_partition_info_v1_0) == 8,
 	      "Partition information descriptor size doesn't match the one in "