Merge remote-tracking branch 'rpmsg/for-next'
[deliverable/linux.git] / drivers / remoteproc / qcom_wcnss.h
diff --git a/drivers/remoteproc/qcom_wcnss.h b/drivers/remoteproc/qcom_wcnss.h
new file mode 100644 (file)
index 0000000..9dc4a9f
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef __QCOM_WNCSS_H__
+#define __QCOM_WNCSS_H__
+
+struct qcom_iris;
+struct qcom_wcnss;
+
+struct wcnss_vreg_info {
+       const char * const name;
+       int min_voltage;
+       int max_voltage;
+
+       int load_uA;
+
+       bool super_turbo;
+};
+
+int qcom_iris_enable(struct qcom_iris *iris);
+void qcom_iris_disable(struct qcom_iris *iris);
+
+void qcom_wcnss_assign_iris(struct qcom_wcnss *wcnss, struct qcom_iris *iris, bool use_48mhz_xo);
+
+#endif
This page took 0.026289 seconds and 5 git commands to generate.