feat(memory share): handle GPF in FFA_MEM_FRAG_RX

In handling the FFA_MEM_FRAG_RX ABI the SPMC copies
memory sharing descriptor fragments to the NWd
RX buffer.

The RX buffer could inadvertently or advertently be put
in the wrong PAS space. This would result in a GPF,
which the SPMC should handle and smoothly return
FFA_ERROR_ABORTED.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I63735d5f8cb6a1344323ef768828de053c250ee2
diff --git a/inc/hf/ffa_memory.h b/inc/hf/ffa_memory.h
index b148882..9a7462f 100644
--- a/inc/hf/ffa_memory.h
+++ b/inc/hf/ffa_memory.h
@@ -38,6 +38,7 @@
 					      ffa_memory_handle_t handle,
 					      uint32_t fragment_offset,
 					      ffa_id_t sender_vm_id,
+					      void *retrieve_continue_page,
 					      struct mpool *page_pool);
 struct ffa_value ffa_memory_relinquish(
 	struct vm_locked from_locked,