VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Siddharth Gupta <sidgup@codeaurora.org> 2020-11-19 13:05:34 -0800 committer: Bjorn Andersson <bjorn.andersson@linaro.org> 2020-12-10 13:16:54 -0600 commit: 8ed8485c4f056d488d17a2b56581c86aeb42955d parent: abc72b646066075acf9121a2a68aad39f550813d
Commit Summary:
remoteproc: qcom: Add capability to collect minidumps
Diffstat:
1 file changed, 2 insertions, 0 deletions
diff --git a/drivers/remoteproc/qcom_common.h b/drivers/remoteproc/qcom_common.h
index 8ba9052955bd..c35adf730be0 100644
--- a/drivers/remoteproc/qcom_common.h
+++ b/drivers/remoteproc/qcom_common.h
@@ -33,6 +33,8 @@ struct qcom_rproc_ssr {
 	struct qcom_ssr_subsystem *info;
 };
 
+void qcom_minidump(struct rproc *rproc, unsigned int minidump_id);
+
 void qcom_add_glink_subdev(struct rproc *rproc, struct qcom_rproc_glink *glink,
 			   const char *ssr_name);
 void qcom_remove_glink_subdev(struct rproc *rproc, struct qcom_rproc_glink *glink);