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

Commit fb1cb85c authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

qcom_scm: Add entry for minidump download mode



Add QCOM_DOWNLOAD_MINIDUMP as an entry into the download
mode options for the qcom_scm driver.

Change-Id: Ied3dcd5831a4a6068e891e36dd5ee34a2102f353
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 4367382e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ enum qcom_download_mode {
	QCOM_DOWNLOAD_NODUMP	= 0x00,
	QCOM_DOWNLOAD_EDL	= 0x01,
	QCOM_DOWNLOAD_FULLDUMP	= 0x10,
	QCOM_DOWNLOAD_MINIDUMP	= 0x20,
};

struct qcom_scm_hdcp_req {