feat(ff-a): add helper FFA_RX_RELEASE with ID

Add the helper `ffa_rx_release_with_id` for TFTF
to mimic the releasing of RX buffer from a hypervisor.

Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I1edcc1568fd84af72454f3b755ccf16eca321a17
diff --git a/include/runtime_services/ffa_helpers.h b/include/runtime_services/ffa_helpers.h
index 982a4ec..12120e7 100644
--- a/include/runtime_services/ffa_helpers.h
+++ b/include/runtime_services/ffa_helpers.h
@@ -789,6 +789,7 @@
 struct ffa_value ffa_features_with_input_property(uint32_t feature,
                                                   uint32_t param);
 struct ffa_value ffa_partition_info_get(const struct ffa_uuid uuid);
+struct ffa_value ffa_rx_release_with_id(ffa_id_t vm_id);
 struct ffa_value ffa_rx_release(void);
 struct ffa_value ffa_rxtx_map(uintptr_t send, uintptr_t recv, uint32_t pages);
 struct ffa_value ffa_rxtx_unmap_with_id(uint32_t id);