Skip to content

firmware: qcom_scm: move structs to include/linux/firmware/qcom/

firmware: qcom_scm: move structs to include/linux/firmware/qcom/

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2213241
Upstream Status: RHEL only

We need to export following functions, along with few data types/macros, to support external scm modules: qcom_scm_call and qcom_scm_call_atomic. Hence, move them from internal scm driver header to header-file include/linux/firmware/qcom/qcom_scm.h, from where the same can be imported by external modules.

Signed-off-by: Parikshit Pareek quic_ppareek@quicinc.com

Edited by Parikshit Pareek

Merge request reports