Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5efbab93 authored by Siddharth Gupta's avatar Siddharth Gupta
Browse files

firmware: qcom_scm: Export invoke callback response API



Adding qcom_scm_invoke callback_response as an exported symbol.

Change-Id: I2cb0f91649c4580952f888925eb2b1ca8db5b849
Signed-off-by: default avatarSiddharth Gupta <sidgup@codeaurora.org>
parent b4f766a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -895,6 +895,7 @@ int qcom_scm_invoke_callback_response(phys_addr_t out_buf,
	return __qcom_scm_invoke_callback_response(__scm->dev, out_buf,
			out_buf_size, result, response_type, data);
}
EXPORT_SYMBOL(qcom_scm_invoke_callback_response);

int qcom_scm_qseecom_call(u32 cmd_id, struct scm_desc *desc)
{